Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pbkdf2Password: Fix error handling on PHP 8 | Máté Szabó | 2020-04-07 | 1 | -10/+17 |
* | Use strict types in includes/password | Max Semenik | 2019-11-19 | 1 | -3/+5 |
* | PasswordPbkdf2: remove the 'use-hash-extension' option | Max Semenik | 2018-11-30 | 1 | -43/+10 |
* | Clean up CSPRNG support for PHP7 | Max Semenik | 2018-06-10 | 1 | -1/+1 |
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient | Bartosz Dziewoński | 2018-05-30 | 1 | -2/+1 |
* | Improve test coverage in includes/password | Tim Starling | 2017-06-07 | 1 | -1/+6 |
* | SECURITY: Throw exception on unknown hash algorithm | csteipp | 2016-05-20 | 1 | -1/+8 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -2/+2 |
* | Added explicit type-cast to hash_pbkdf2 | Tyler Romeo | 2014-07-29 | 1 | -2/+2 |
* | Added password hashing API | Tyler Anthony Romeo | 2014-07-27 | 1 | -0/+85 |