;*+ keytab - KEYGEN source for SCLI Password table ; ; File:keytab.txt ; Version: V1.11 ; Author: ; Last Edit: 16-DEC-1985 16:08:02 ; Last Update: 16-Dec-1985 16:27:13 ; Change Passwords after RB left ; ; ; This file is used as input to KEYGEN. The output is a 'raw' macro file ; which is included in LOOKUP. ; ; Format note: KEYGEN understands that comments are passed thru. It ; also understands that leading "*" lines are passed thru with the ; asterisk removed. Any line not beginning in ";" or "*" are assumed ; to be of the form "LABEL: text". The text field is encrypted, and ; a password table record output. See KEYGEN for more info. ; ;*- ; ; first define the password strings .even str1: .word 21 .byte 157,14,37,30,115,66,1,33,11,11,21,125,60,37,21,102,22 .even str2: .word 17 .byte 163,14,36,21,115,21,32,111,34,0,4,14,123,122,105 .even str3: .word 3 .byte 117,0,37 .even str4: .word 5 .byte 117,0,37,30,2 .even str5: .word 5 .byte 113,12,24,35,3 .even str6: .word 4 .byte 117,0,37,4 .even str7: .word 22 .byte 144,4,37,35,13,12,7,7,5,15,105,61,0,26,5,112,4,21 .even str8: .word 20 .byte 145,4,20,37,115,14,33,111,30,4,0,125,47,40,67,165 .even str9: .word 25 .byte 146,51,74,72,50,105,64,56,55,45,53,125,74,62,60,162,63,42,44,51 .byte 55 .even str10: .word 16 .byte 153,4,123,44,2,27,1,14,114,10,102,60,6,26 ; ; messages are also encrypted. Define these now. ; .even mstr1: .word 21 .byte 146,41,76,124,53,11,32,34,36,114,50,34,36,37,15,111,6 .even mstr2: .word 7 .byte 161,0,1,26,2,26,20 .even mstr3: .word 5 .byte 166,20,32,21,31 ; ; now define the index table ; .even KEYTAB: .word str1 .word str2 .word str3 .word str4 .word str5 .word str6 .word str7 .word str8 .word str9 .word str10 .word mstr1 .word mstr2 .word mstr3 .word 0 ; null pointer terminates table ; ; end of keytab ;