Monday 16 September 2013

Hashing Passwords with the PHP 5.5 Password Hashing API


Using bcrypt is the currently accepted best practice for hashing passwords, but a large number of developers still use older and weaker algorithms like MD5 and SHA1. Some developers don’t even use a salt while hashing. The new hashing API in PHP 5.5 aims to draw attention towards bcrypt...


Using bcrypt is the currently accepted best practice for hashing passwords, but a large number of developers still use older and weaker algorithms like MD5 and SHA1. Some developers don’t even use a salt while hashing. The new hashing API in PHP 5.5 aims to draw attention towards bcrypt...


CLICK HERE FOR FULL NEWSHashing Passwords with the PHP 5.5 Password Hashing API

No comments:

Post a Comment

//