scrypt

Scrypt hashing function


A PHP wrapper to Colin Percival's scrypt implementation.

License: BSD 2-Clause

Latest releases

Version Release Download
2.0.1 2023-05-07 scrypt-2.0.1.tgz
2.0.0 2022-09-06 scrypt-2.0.0.tgz
1.4.3 2022-08-17 scrypt-1.4.3.tgz
1.4.2 2016-05-18 scrypt-1.4.2.tgz
1.4.1 2016-05-18 scrypt-1.4.1.tgz
Show all releases

Changelog

Version Message
2.0.1 Check CPU architecture before attempting to enable SSE (#76)
2.0.0 Increased PHP version requirement to 7.0 (#67, #69), Improved parameter reflection and validation (#63, #64),
Fixed memory leak in scrypt() (#68), Fixed compilation warning (#69), Added support for sensitive parameters on PHP 8.2+ (#70)
1.4.3 Added PHP 8 support (#56, #59), Fixed compilation warning (#65)
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)
Show complete changelog