scrypt

Encrypt and decrypt files using memory-hard password function

brewmacoslinux
Try with needOr install directly
Source

About

Encrypt and decrypt files using memory-hard password function

Commands

scrypt

Examples

Encrypt a file with a password$ scrypt enc input.txt output.txt
Decrypt a file with a password$ scrypt dec output.txt decrypted.txt
Encrypt a file with custom parameters$ scrypt enc -M 134217728 -t 1 -p 1 input.txt output.txt