• caglararli@hotmail.com
  • 05386281520

derived key from email + password?

Çağlar Arlı      -    11 Views

derived key from email + password?

When deriving a private key from a password, will the resulting secret key be any weaker if the user email is included in the function input? Meaning, user email concatenated with the user password.

I'm using scrypt for key derivation, with libsodium in the browser and on the server.