qr-secret

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 19 Imported by: 0

README

QR-Secret - A CLI tool for creating encrypted QR code data.

qr-secret is a command line tool for creating QR codes where the data is AES256 bit encrypted. You will be prompted for a password.

It can also take an image of a QR and decrypt that data so you can get back the original text file.

Data is limited to about 750 characters in a 256x256 bit QR code.

The command line functionality is in place --- but this is very much a work in progress.

Test

Run make test to run tests.

To Run

To encode some text (It will prompt you for the password).

	$ go build
	$ ./qr-secret --encode my-file.txt --output output.png 

To recover the text from a QR code in a file

	$ ./qr-secret --decode ./output.png --output ./textfile.txt

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

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