Good article on Salted Password Hashing
Posted: Wed May 15, 2013 2:04 am
'The correct way'
http://crackstation.net/hashing-security.htm
The article describes using 'slow' encryption, to foil hackers. For a much older system I wrote, I just put in a incremental delay for each incorrect password.
http://crackstation.net/hashing-security.htm
The article describes using 'slow' encryption, to foil hackers. For a much older system I wrote, I just put in a incremental delay for each incorrect password.