Skip to content

Kersheh/edcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

edcrypt — AES256 Encrypt/Decrypt File CLI

A simple AES256 file encryption and decryption CLI.

Installation

npm install edcrypt -g

Usage CLI

$ npx edcrypt e file_name.txt password

$ npx edcrypt d file_name.txt.enc password

Usage Locally

$ 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: ...

About

Simple AES256 file encrypt/decrypt CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published