=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/x99token/x99token.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/x99token/x99token.1 2001/08/14 23:07:58 1.4 --- src/usr.bin/x99token/x99token.1 2003/01/16 18:28:10 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: x99token.1,v 1.4 2001/08/14 23:07:58 espie Exp $ .\" .Dd August 1, 2001 .Dt X99TOKEN 1 --- 1,4 ---- ! .\" $OpenBSD: x99token.1,v 1.5 2003/01/16 18:28:10 millert Exp $ .\" .Dd August 1, 2001 .Dt X99TOKEN 1 *************** *** 25,31 **** The key consists of 8 bytes encoded in either hex or octal. When encoded in hex the key must consist of 16 hex digits, no spaces (e.g., "0123456789abcdef"). ! When encoded in octal the key must consist of 8 3 digit octets, each separated by exactly one space (e.g., "001 010 100 002 020 200 003 030"). Once the key is entered, a PIN number is requested. --- 25,31 ---- The key consists of 8 bytes encoded in either hex or octal. When encoded in hex the key must consist of 16 hex digits, no spaces (e.g., "0123456789abcdef"). ! When encoded in octal the key must consist of 8 3-digit octets, each separated by exactly one space (e.g., "001 010 100 002 020 200 003 030"). Once the key is entered, a PIN number is requested. *************** *** 40,50 **** .Nm is in calculator mode. In this mode you must enter the same PIN as used in the initialization step. ! The PIN is used decode the the key read from the keyfile. Next you enter the challenge you have been presented with. The .Nm ! program will provide you a response to the challenge. If the .Fl d option is used, the response will fold any hex digits to decimal. --- 40,50 ---- .Nm is in calculator mode. In this mode you must enter the same PIN as used in the initialization step. ! The PIN is used to decode the key read from the keyfile. Next you enter the challenge you have been presented with. The .Nm ! program will provide you with a response to the challenge. If the .Fl d option is used, the response will fold any hex digits to decimal. *************** *** 83,89 **** .Sh AUTHORS Paul Borman .Sh CAVEATS ! This is a very simple minded program. The keyfile should be placed on a floppy disk which is kept physically secure. .Pp Having not read the X9.9 standard, this may not be a complete or accurate --- 83,89 ---- .Sh AUTHORS Paul Borman .Sh CAVEATS ! This is a very simple-minded program. The keyfile should be placed on a floppy disk which is kept physically secure. .Pp Having not read the X9.9 standard, this may not be a complete or accurate