From: Tollef Fog Heen Date: Fri, 31 Dec 2010 08:18:28 +0000 (+0100) Subject: Document modhex X-Git-Tag: v1.5.1~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f60622e54c2faf8d83f84efc36c1113c6678db6;p=yubikey-personalization Document modhex --- diff --git a/ykpersonalize.1 b/ykpersonalize.1 index bf8b69e..2090279 100644 --- a/ykpersonalize.1 +++ b/ykpersonalize.1 @@ -247,6 +247,20 @@ configuration, and the other in challenge-response mode). Instead, a program ca sending USB HID feature reports to the token must be used to send it a challenge, and read the response. +.SH Modhex +Modhex is a way of writing hex digits where the \(lqdigits\(rq are +chosen for being in the same place on most keyboard layouts. +.TP +To convert from hex to modhex, you can use +.RS +tr "[0123456789abcdef]" "[cbdefghijklnrtuv]" +.RE +.TP +To convert the other way, use +.RS +tr "[cbdefghijklnrtuv]" "[0123456789abcdef]" +.RE + .SH BUGS Report ykpersonalize bugs in .URL "https://github.com/Yubico/yubikey-personalization/issues" "the issue tracker"