5a17e0f819
This is a PHP library providing a wrapper to Colin Percival's scrypt implementation. Scrypt is a key derivation function designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: http://pecl.php.net/package/scrypt PR: ports/180904 Submitted by: Horia Racoviceanu
6 lines
283 B
Text
6 lines
283 B
Text
This is a PHP library providing a wrapper to Colin Percival's scrypt
|
|
implementation. Scrypt is a key derivation function designed to be
|
|
far more secure against hardware brute-force attacks than alternative
|
|
functions such as PBKDF2 or bcrypt.
|
|
|
|
WWW: http://pecl.php.net/package/scrypt
|