DEV Community

MojoAuth for MojoAuth

Posted on • Originally published at mojoauth.com on

What Is Password Salting & How It Improves Security?

What if I tell you Password Hashing is not that secure, and attackers have workarounds to attack hashed passwords as well? Harsh but true, however, the real question is what to do to make password-based authentication more secure if hashing passwords is not enough. The answer is Password Salting, to make it much more difficult for attackers to crack the passwords, even if they manage to get access of the hashed passwords.

Top comments (0)