Skip to content

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

Notifications You must be signed in to change notification settings

kiknaio/cryptit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages