-
Notifications
You must be signed in to change notification settings - Fork 0
etrochim/Key2QR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
<
5C22
/div> | ||||
Repository files navigation
This bash script converts a gpg public/private key to a matrix of QR code squares It will make a png of 4xn QR codes, depending on the key size Requires: - gpg Obviously, to read the keys - qrencode To convert into the qr code images. available in AUR - split For splitting up the keyfile into qrencodable chunks - shred Not strictly necessary, can be replaced with rm, but i'd rather not have my private key lying around - vips For joining the images together, avalable in AUR - convert From imagemagick, for manipulation of images Usage: key2qr.sh [public|private] <keyname> if you don't know what to choose for keyname, leave it out and you will be given a choice.
About
Converts gpg public/private keys to QR codes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published