edcrypt
v0.1.3
Published
Simple AES256 file encrypt/decrypt CLI
Downloads
23
Readme
edcrypt — AES256 Encrypt/Decrypt File CLI
A simple AES256 file encryption and decryption CLI.
Installation
npm install edcrypt -gUsage
$ edcrypt e file_name.txt password
$ edcrypt d file_name.txt.enc passwordAlternatively, providing no password will prompt the user:
$ edcrypt e file_name.txt
Password: ...