cryptit

0.0.2 • Public • Published

cryptit

Node.js based program which allows the user to encrypt and decrypt files.

Instructions:

Encrypt file: node cryptit.js -e [key] [filename] Decrypt file: node cryptit.js -d [key] [filename]

Cryptit uses aes-256-ctr algorithm for crypting the files.

Package Sidebar

Install

npm i cryptit

Weekly Downloads

4

Version

0.0.2

License

ISC

Last publish

Collaborators

  • kiknag