Encrypt and decrypt files using the scrypt key derivation function.
An utility for encrypt and decrypt files
scryptenc$ scryptenc input.txt output.txt$ scryptenc -d encrypted.txt decrypted.txt$ scryptenc input.txt input.txt$ scryptenc -d encrypted.txt -$ scryptenc -N 16 input.txt output.txt