aboutsummaryrefslogtreecommitdiffstats
path: root/include/passwordhash.class.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PHP7 compatibility, use PasswordHash from Wordpress 4.4 (PHP5+ constructor)plegall2015-12-201-17/+40
|
* merge r22280 from branch 2.5 to trunkplegall2013-04-181-1/+1
| | | | | | | | bug 2864 fixed: avoid warning on /dev/urandom with open_basedir restriction git-svn-id: http://piwigo.org/svn/trunk@22281 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-021-0/+253
This class performs salt and multiple iterations. Already used in Wordpress, Drupal, phpBB and many other web applications. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee