-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Milestone
Description
The reference implementation of argon2 supports an output format that encodes the hashing parameters, along with the hash itself. This is useful, for example, if you're storing password hashes in a database and you want to upgrade the parameters (or even the algorithm itself) over time.
The format is documented here: https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md
The format is supported by other argon2 libraries/implementations, including https://github.com/hynek/argon2-cffi
Similar serialisation formats exist for most hashing schemes, and passlib supports many of them (including argon2).
loewexy
Metadata
Metadata
Assignees
Labels
No labels