atoponce/keyart

Display 16-char key-ID in keyart instead of 8-char key-ID

Closed this issue · 1 comments

I believe Option 1 to be the nicest-looking, but I added some other options

Option 1

+-----[RSA 4096]----+
|                   |
|                   |
|                   |
|                   |
|                   |
|         S     .   |
|        . .   :    |
|         ^ ^ ^ i   |
|        . . l l l .|
|         ^.:^? ^ i^|
|        . E(? . :^.|
+<FE679A90 8E997AB2>+

Option 2

+-----[RSA 4096]----+
|                   |
|                   |
|                   |
|                   |
|                   |
|         S     .   |
|        . .   :    |
|         ^ ^ ^ i   |
|        . . l l l .|
|         ^.:^? ^ i^|
|        . E(? . :^.|
+--FE679A908E997AB2-+

Option 3

+-----[RSA 4096]----+
|                   |
|                   |
|                   |
|                   |
|                   |
|         S     .   |
|        . .   :    |
|         ^ ^ ^ i   |
|        . . l l l .|
|         ^.:^? ^ i^|
|        . E(? . :^.|
+[FE679A90 8E997AB2]+

Implemented through a command switch. See commit b41a4ad.