Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 731 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 731 Bytes

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