summaryrefslogtreecommitdiff
path: root/inc/PassHash.class.php
Commit message (Expand)AuthorAge
* 2y is also used for bcrytTLed2015-05-06
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* FS#2829 check if auth_random is available in PassHashAndreas Gohr2013-08-04
* Add truly random numbers and use them in places where randomness mattersMichael Hamann2013-07-30
* added HMAC support to PassHash class FS#2794Andreas Gohr2013-05-30
* added SHA512 hashing method FS#2663Andreas Gohr2013-01-26
* allow varying salt length in password hasherAndreas Gohr2013-01-26
* added mediawiki password method FS#2559Andreas Gohr2013-01-26
* make MD5 crypt without salts always use PHP implementationAndreas Gohr2012-07-01
* code cleanupAndreas Gohr2012-06-23
* avoid integer overflow in PassHash::pmd5 methodAndreas Gohr2012-05-01
* coding style updatesAndreas Gohr2012-03-16
* fixed error in bcrypt password methodAndreas Gohr2012-03-16
* Merge branch 'lmd5' into bcryptAndreas Gohr2011-11-27
|\
| * renamed passhash method smd6 to lsmd5Andreas Gohr2011-11-27
| * MD5 password hash format of the LDAP RFC FS#2378Patrick Michel2011-11-27
* | Added bcrypt support for password hashesAndreas Gohr2011-10-14
|/
* Fixed test and broken salt generation in PassHash classAndreas Gohr2011-10-14
* fixed typo in PassHash classAndreas Gohr2011-05-01
* use a bigger range of characters for password saltsAndreas Gohr2011-01-23
* django pass hashes have no leading $Andreas Gohr2011-01-23
* refactored passowrd hashing functions to a classAndreas Gohr2011-01-22