@jovian/aes-encrypt
v0.0.2
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 @jovian/aes-encrypt
Usage
aes-enc myfile.txt # outputs myfile.txt.enc
aes-dec myfile.txt.enc # outputs myfile.txt