;*+	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
str1: Hill Street Blues
str2: Time to play!!!
str3: hel
str4: hello
str5: login
str6: help
str7: California Dreamer
str8: Back in the USSR
str9: ALONE AGAIN NATURALLY
str10: La Porte d'Ete
; 
; messages are also encrypted. Define these now.
;
mstr1: ADM Flour Milling
mstr2: Verbose
mstr3: Quiet

;
; 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
;
