mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
6 lines
289 B
Text
6 lines
289 B
Text
|
A shared library that implements scrypt() functionality.
|
||
|
The scrypt key derivation function was originally developed for use in the
|
||
|
Tarsnap online backup system and is designed to be far more secure against
|
||
|
hardware brute-force attacks than alternative functions such as PBKDF2 or
|
||
|
bcrypt.
|