Skip to content
forked from atoponce/keyart

Random ASCII art for OpenPGP keys. This is the development location for the Debian signing-party package. Script could be unstable and buggy.

Notifications You must be signed in to change notification settings

vimalloc/keyart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPGP Random Art
------------------

keyart takes a single exported public key file as an argument, and prints
out its random visualization ASCII art based on the public key fingerprint.
Please see 'doc/drunken-bishop.txt' for more information about the algorithm
and changes compared to OpenSSH keys.

Usage
-----

The exported public key file can be in binary or ASCII armor format. To
export the desired key:

    $ gpg --output /tmp/0x808606060F.pgp --export 0x8086060F

Then to produce the random art for that key:

    $ keyart /tmp/0x8086060F.pgp
    +----[DSA 1024]-----+
    |l^  . ^^?^.        |
    |l. . .l:.?         |
    |^ E ...ll          |
    |^. .  ^:.          |
    |^ . .  ..          |
    | . .   . S         |
    |  . .   . .        |
    |   .     .         |
    |                   |
    |                   |
    |                   |
    +----[8086060F]-----+

About

Random ASCII art for OpenPGP keys. This is the development location for the Debian signing-party package. Script could be unstable and buggy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 5.1%