quandary

command module
v0.0.0-...-a966236 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2019 License: GPL-3.0 Imports: 11 Imported by: 0

README

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:

  • Go

Get Started

  1. Clone this repository
git clone https://github.com/aunyks/quandary.git
  1. Enter the newly created directory
cd quandary
  1. Build the executable
go build -o $GOPATH/bin/qndy
  1. Run Quandary and see your options!
# On macOS / Linux
qndy -h
rem On Windows
qndy -h
If you have any questions or comments, open an issue, reach out on Twitter, or email me!

Copyright (c) 2017-2019 Gerald Nash
Licensed under the GNU General Public License Version 3 (GPLv3)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL