Last active
December 15, 2023 12:02
-
-
Save babldev/502364a3f7c9bafaa6db to your computer and use it in GitHub Desktop.
Decode a Flask Session cookie, given the cookie and secret key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current line in sessions.py still uses
hashlib.sha1
https://github.com/pallets/flask/blob/96726f6a04251bde39ec802080c9008060e0b5b9/src/flask/sessions.py#L316