aboutsummaryrefslogtreecommitdiffstats
path: root/includes/password/Pbkdf2Password.php
Commit message (Expand)AuthorAgeFilesLines
* Pbkdf2Password: Fix error handling on PHP 8Máté Szabó2020-04-071-10/+17
* Use strict types in includes/passwordMax Semenik2019-11-191-3/+5
* PasswordPbkdf2: remove the 'use-hash-extension' optionMax Semenik2018-11-301-43/+10
* Clean up CSPRNG support for PHP7Max Semenik2018-06-101-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+1
* Improve test coverage in includes/passwordTim Starling2017-06-071-1/+6
* SECURITY: Throw exception on unknown hash algorithmcsteipp2016-05-201-1/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Added explicit type-cast to hash_pbkdf2Tyler Romeo2014-07-291-2/+2
* Added password hashing APITyler Anthony Romeo2014-07-271-0/+85