0.0.6 • Published 3 years ago

aes-simple v0.0.6

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

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
0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago