Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that libsodium lacks some of the options that Argon2 hash and the reference implementation of it offer, making it impossible to write compatible code for passwords hashed via other libraries using parallelism > 1 or any other salt length than 16 bytes.
I would suggest adding these options, unless they are already supported and I have overlooked something. Similarly, it may be problematic that libsodium takes the memory requirement in bytes, while other implementations use kilobytes.
Related to #717.
Beta Was this translation helpful? Give feedback.
All reactions