Password hash containing "argon2" is that intentional? #1660
Answered
by
thetutlage
yarapolana
asked this question in
Help
-
I was trying out creating a user and in the database I noticed the password comes out like this: In v4.1 I think it was justt the token, is that intentional to have |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Sep 25, 2020
Replies: 1 comment 1 reply
-
We follow the PHC hashing format https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md and adding The main goal of the standard is to allow upgrading old password hash when you change the config at a later stage and hence it appends some meta-data to each password |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RomainLanz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We follow the PHC hashing format https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md and adding
$argon2
is part of the standard.The main goal of the standard is to allow upgrading old password hash when you change the config at a later stage and hence it appends some meta-data to each password