Scrypt hashing function
A PHP wrapper to Colin Percival's scrypt implementation.
License: BSD 2-Clause
Version | Release | Download |
1.4.2 | 2016-05-18 | scrypt-1.4.2.tgz |
1.4.1 | 2016-05-18 | scrypt-1.4.1.tgz |
1.4 | 2016-05-18 | scrypt-1.4.tgz |
1.3 | 2015-08-09 | scrypt-1.3.tgz |
1.2 | 2013-07-15 | scrypt-1.2.tgz |
Version | Message |
1.4.2 | Fixed memory leak in PHP 7 (#48), weak CSPRNG on salts in the example file (#44) |
1.4.1 | Fixed issue on RHEL 6 in x86_64 with PHP 7 (#46) |
1.4 |
Added PHP 7 support (#39, #40, #45) Removed support for PHP 5.2 as Travis no longer supports testing it. |
1.3 |
Fixed install pecl install on machines which do not support SSE extensions (#37). Added a segfault catch for when an invalid N was passed in (#31). |
1.2 | Initial release to PECL, plus various changes to the example PHP file |