Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update Piwigo headers to 2013 (the end of the world didn't occur as ↵ | plegall | 2013-01-01 | 1 | -1/+1 |
| | | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | feature 2727: improve password security with the use of PasswordHash class. | plegall | 2012-11-02 | 1 | -0/+36 |
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 |