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.

Dependents (0)

Package Sidebar

Install

npm i cryptit

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • kiknag