I never understood what hash salting was until I read
this. A really good article which explores all the angles on making a basically secure web-app, with a lot of examples.
So the lessons for developers:
- Password storage should always be done using a strong hashing algorithm. IT should be one designed for password storage and also use a
( Read more... )