Mixing argon2/HKDF to generate both password hash and encryption key?
I am trying to use a user password in my application to both generate a password hash (for authentication) and to derive a secret key to encrypt user data.
Using argon2 is an expensive operation so i only want to call it only once when the… Continue reading Mixing argon2/HKDF to generate both password hash and encryption key?