quandary
Stupid simple file encryption from the terminal.
Quandary uses PBKDF2 to derive an AES-256 key that's used to encrypt a provided file, and it uses HMAC-SHA256 to detect any tampering withe ciphered file bytes.
Dependencies:
Get Started
- Clone this repository
git clone https://github.com/aunyks/quandary.git
- Enter the newly created directory
cd quandary
- Build the executable
go build -o $GOPATH/bin/qndy
- Run Quandary and see your options!
# On macOS / Linux
qndy -h
rem On Windows
qndy -h
Copyright (c) 2017-2019 Gerald Nash
Licensed under the GNU General Public License Version 3 (GPLv3)