Encrypt and decrypt files using memory-hard password function
Encrypt and decrypt files using memory-hard password function
scrypt$ scrypt enc input.txt output.txt$ scrypt dec output.txt decrypted.txt$ scrypt enc -M 134217728 -t 1 -p 1 input.txt output.txt