Skip to content

urashidmalik/khufia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Utility to quickly encrypt and decrpt files without OpenSSL

Usage

Prereq
  • Make sure you have make installed and go installed
# Install go on mac
brew install go
# Install make on mac
brew install make
Build
make build-mac
Encrypt
./bin/khufia-darwin-amd64 encrypt --password MYPASS --in /path/to/encrypted/file --out /path/to/decrypted/file
Decrypt
./bin/khufia-darwin-amd64 decrypt --password MYPASS --in /path/to/unencrypted/file --out /path/to/encrypted/file

About

Khufia - Easy Go Util to Encrypt and Decrypt Files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors