diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-09-04 00:41:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-04 00:41:59 +0700 |
commit | 419213533ed8021c9eb3cc4a2bcb9a53cb8c53d9 (patch) | |
tree | fbe0fcbe95412414f73b7df77689f6d8f492d3fd /system/scrypt/README | |
parent | 00079865584103543deae4551396b5ba5be1c92e (diff) | |
download | slackbuilds-419213533ed8021c9eb3cc4a2bcb9a53cb8c53d9.tar.gz |
system/scrypt: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/scrypt/README')
-rw-r--r-- | system/scrypt/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/scrypt/README b/system/scrypt/README index 1e17314d7e..2dda616f34 100644 --- a/system/scrypt/README +++ b/system/scrypt/README @@ -14,16 +14,3 @@ 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 - -Before version 1.3.0 scrypt was able to read both passphrase and input -file from standard input. This stopped to work in 1.3.0. In future -versions it is planned to add an option to read passphrase using a -variety of methods. This SlackBuild can patch scrypt 1.3.0 to add the -option "--passphrase-env", which allows to read the passphrase from an -environment variable. To this end, set the PASS environment variable: -PASS=yes ./scrypt.SlackBuild - -The patch is taken fron the branch -https://github.com/Tarsnap/scrypt/tree/passphrase-environ - -Warning: using this patch is not officially supported by upstream. |