edcrypt

0.1.3 • Public • Published

license

edcrypt — AES256 Encrypt/Decrypt File CLI

A simple AES256 file encryption and decryption CLI.

Installation

npm install edcrypt -g

Usage

$ edcrypt e file_name.txt password

$ edcrypt d file_name.txt.enc password

Alternatively, providing no password will prompt the user:

$ edcrypt e file_name.txt
Password: ...

Package Sidebar

Install

npm i edcrypt

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

5.5 kB

Total Files

5

Last publish

Collaborators

  • kersheh