You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Argon2 has a fixed salt length (128 bits). It sounds like this is plenty for passwords (as discussed in #509), but longer salts are needed for key derivation.
What are your thoughts on exposing this?
The text was updated successfully, but these errors were encountered:
Hey @mouse07410, here's the case I'm familiar with. Essentially, the salt acts as a secret key, and it’s desirable for the key to be more than 128-bits. Unfortunately, I haven’t been able to find much literature on it. In hindsight, it probably doesn’t make sense to add if this is the only case. I'll follow up if I find anything else significant.
Hi, thanks for this awesome library 👍
Currently, Argon2 has a fixed salt length (128 bits). It sounds like this is plenty for passwords (as discussed in #509), but longer salts are needed for key derivation.
What are your thoughts on exposing this?
The text was updated successfully, but these errors were encountered: