Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages