PHP Classes

Classes of Ole Aass

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Ole Aass (1)  >  Mission progress status  >  Reputation  
Picture of Ole Aass
Name: Ole Aass <contact>
Classes: 1
Country: Norway Norway
Age: ???
All time rank: 344210 in Norway Norway
Week rank: 287 Up1 in Norway Norway Up
All time users: 434
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Secure Password Generation...  
Create and validate password hashes
This class can create and validate password hashes.

It can take a password string and create a hash to be able to verify it later without storing the original password text.

It uses only strong algorithms like blowfish, sha256 and sha512 to generate salts with strong entropy using openssl_random_pseudo_bytes or mcrypt_create_iv.

It also implements the standard used by the Mozilla security team to first hash the password using HMAC, then using that hash for the actual hashing sequence.

The class can also verify if a previously generated hash matches a given password.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z