Replies: 2 comments
-
|
Afraid not. bcrypt isn't in libsodium, only Argon2id, Argon2i, and scrypt are. Furthermore, bcrypt is weaker than Argon2 with decent parameters, and I intend to stick with one algorithm per purpose if possible. Whilst bcrypt is stronger than Argon2 with lower parameters, it can't be used as a KDF, and there are weird restrictions on the password, so it's not very versatile. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
As an update, if libsodium implements bscrypt, that will probably be added and encouraged for password hashing instead of Argon2. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Any plan?
Beta Was this translation helpful? Give feedback.
All reactions