8000 GitHub - etrochim/Key2QR: Converts gpg public/private keys to QR codes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

etrochim/Key2QR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
< 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

No packages published
0