diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man8/atalla.8 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man8/atalla.8')
| -rw-r--r-- | static/unix-v10/man8/atalla.8 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/static/unix-v10/man8/atalla.8 b/static/unix-v10/man8/atalla.8 new file mode 100644 index 00000000..3e73746e --- /dev/null +++ b/static/unix-v10/man8/atalla.8 @@ -0,0 +1,62 @@ +.TH ATALLA 8 +.SH NAME +atalla \- initializing a challenge box +.SH DESCRIPTION +It is easiest to initialize an Atalla +(a.k.a. SNK) box at the same time you use the +.B -c +option of +.IR pwx , +before you hand it to the user, not in the user's presence. +To initialize the box: +freak it out by giving five consecutive wrong PIN entries, for example by +pushing the sequence +.B ON +.B 0 +.B ENTER +five times. +The box's display should now read +.BR "ES0 ----" , +you push +.B 1 +.BR ENTER . +The display now reads +.BR "ES1 ----" , +you now enter eight bytes of secret key, which you may ask +.I pwx +to invent, and which the user will not know. +Each byte is represented by three octal digits, in the range +.B 000 +through +.BR 277 , +so it takes 24 key strokes to enter the secret key. +Now push +.BR ENTER , +and a check sum of form +.B "C xxxxxxxx" +is displayed. +Push +.B ENTER +again +and another check sum is displayed, +this time of form +.BR "F xxxxxxxx" . +Push +.B ENTER +yet again +and +the display reads +.BR "EP1 ----" . +At this point the box may be handed to the user. +The user enters a personal password (his ``PIN'') +of 4 through 8 digits' length, +followed by +.BR ENTER , +and again, as a check. +Thereafter the user must +type his personal password whenever he uses the box. +Instruct the user not to divulge his personal password, and +promise the user you will not divulge +his secret key. +.SH SEE ALSO +.IR passwd (1) |
