Skip to content

wookiecooking/lunkcrypt

Repository files navigation

Lunkcrypt

⚠️ **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

Demo

More Information About AES

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

About

[NOT MAINTAINED] Node.js file encryption CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published