aes-simple
v0.0.6
Published
Simple AES-256-CBC encyption/decryption of target files.
Downloads
3
Readme
aes-simple
Simple AES-256-CBC encyption/decryption of target files.
Installation
npm i -g aes-simple
Usage
aes-enc myfile.txt # outputs myfile.txt.enc
aes-dec myfile.txt.enc # outputs myfile.txt
Usage (All Options)
aes-enc myfile.txt MY_PW MY_PW_SALT # outputs myfile.txt.enc
aes-dec myfile.txt.enc MY_PW MY_PW_SALT # outputs myfile.txt