Level 75
Here's an article that talks about that. https://crypto.stackexchange.com/questions/30785/password-hashing-security-of-argon2-versus-bcrypt-pbkdf2/30786
1 like
May Sale! All accounts are 40% off this week.
I am planning to build an authentication system where I fetch user password plain text from an external api and compare it with the given one in my app! I want to hash user password and then compare the hashes !
Question:
Which hashing algorithm its better bcrypt or argon2 ?
Please or to participate in this conversation.