Is it safe to use 2 password derivation functions to one password?
The example I’m working on is this:
i store the user password using Argon2 in my database
and then use PBKDF2 to derive an AES key from the user password , and store only the salt used in PBKDF2, i use the output from this … Continue reading Is it safe to use 2 password derivation functions to one password?