PHP: Easy and secure password hashing class
Everybody talks about security but most of the people still save md5(password) in their databases. This is not funny. Reversing a simple and even a average password is not that hard.
I once wrote this tiny class that generates secure enough password hashes.
Den ganzen Beitrag lesen...