DEV Community

Discussion on: Explain Hashing + salting Like I'm Five

Collapse
 
0xyasser profile image
Yasser A • Edited

If you are using hashing+salt already and still don’t know why, I would suggest reading this aertical to give you a better understanding of password security. Will give you more information too on why sometime using salt is not enough. Unless you are using a strong hashing function such as bcrypt, scrypt or Argon2
patrickmn.com/security/storing-pas...