slackbuilds/system/scrypt
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README system/scrypt: Updated for version 1.3.1. 2020-09-04 00:41:59 +07:00
scrypt.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
scrypt.info system/scrypt: Updated for version 1.3.1. 2020-09-04 00:41:59 +07:00
slack-desc

README

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.

A simple password-based encryption utility is available as a
demonstration of the scrypt key derivation function. On modern hardware
and with default parameters, the cost of cracking the password on a file
encrypted by scrypt enc is approximately 100 billion times more than the
cost of cracking the same password on a file encrypted by openssl enc;
this means that a five-character password using scrypt is stronger than
a ten-character password using openssl.

In addition to the scrypt command-line utility, a development library
libscrypt-kdf can be built and installed by setting the LIB environment
variable: LIB=yes ./scrypt.SlackBuild