1.0.3 • Published 8 years ago
lunkcrypt v1.0.3
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 lunkcryptUsage
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