Encrypt and decrypt files using a memory-hard password function.
Encrypt and decrypt files using memory-hard password function
scrypt$ scrypt enc myfile.txt myfile.txt.scrypt$ scrypt dec myfile.txt.scrypt decrypted.txt$ scrypt enc -f myfile.txt$ scrypt dec myfile.txt.scrypt - | cat$ scrypt enc -M 100 -N 16 -r 8 -p 1 myfile.txt myfile.txt.scrypt