* New upstream release
- Fix salt in AES key generation Closes: #608443
* Update link to Yubikey manual
+ * Document modhex. Closes: #593937.
-- Tollef Fog Heen <tfheen@debian.org> Fri, 31 Dec 2010 09:16:31 +0100
consists of the AES key plus the first four bytes (eight hex
characters) of the UID. The token identifier is defined by the fixed
prefix.
+.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. To
+convert from hex to modhex, you can use
+.RS
+tr "[0123456789abcdef]" "[cbdefghijklnrtuv]"
+.RE
+To convert the other way, use
+.RS
+tr "[cbdefghijklnrtuv]" "[0123456789abcdef]"
+.RE
.SH BUGS
Report ykpersonalize bugs in
.URL "http://code.google.com/p/yubikey-personalization/issues/list" "the issue tracker"