diff options
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. |