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
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.