Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 271 Bytes

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.