Basics of Web Application Security: Hash and Salt Your Users' Passwords



If you need to store your users' passwords, it's essential that you never store
them plainly. Instead you must store a cryptographic hash of them, so that people
who get access to your database don't get the passwords. Cade and Daniel explain
how to do this properly: salting the hash to avoid lookup table attacks, and using
an appropriate hashing algorithm to defend against well-equipped attackers.

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on May 25, 2016 06:08
No comments have been added yet.


Martin Fowler's Blog

Martin Fowler
Martin Fowler isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Martin Fowler's blog with rss.