Utility to quickly encrypt and decrpt files without OpenSSL
- Make sure you have make installed and go installed
# Install go on mac
brew install go
# Install make on mac
brew install makemake build-mac./bin/khufia-darwin-amd64 encrypt --password MYPASS --in /path/to/encrypted/file --out /path/to/decrypted/file./bin/khufia-darwin-amd64 decrypt --password MYPASS --in /path/to/unencrypted/file --out /path/to/encrypted/file