lunkcrypt
v1.0.3
Published
Quick and gritty AES-256 file encryption cli.
Downloads
6
Readme
Lunkcrypt
:warning: **THIS REPOSITORY IS NOT MAINTAINED ANYMORE. IF YOU WOULD LIKE TO VOLUNTEER TO BE THE MAINTAINER, PLEASE OPEN AN ISSUE
Quick and gritty AES-256 file encryption cli.
Demo
Install
$ [sudo] npm install --global lunkcrypt
Usage
Encrypt :
$ lunk -e somefile.txt -p "some random password"
Decrypt :
$ lunk -d somefile.txt -p "some random password"
Recursive :
$ lunk -er somefolder/ -p "some random password"
Generate Password :
$ lunk -ge somefile.txt