-
Notifications
You must be signed in to change notification settings - Fork 2
/
Index
90 lines (62 loc) · 2.22 KB
/
Index
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Index for CBW programs and data files.
Template:
Program Name:
Description:
Brief Doc:
Maintainer:
Files:
Programs:
Program Name: cbw
Description: Interactive code breaker's workbench.
Brief Doc: Execute "runcbw", see cbw.doc.
Maintainer: Bob Baldwin (Baldwin@mit-xx) (eddie!baldwin.UUCP)
Files: dblock.h, layout.h, parser.h, specs.h, window.h,
banner.c, cblocks.c, dblock.c, dline.c, gblock.c,
keylib.c, knit.c, parser.c, screen.c, start.c,
stats.c, triglist.c, trigram.c, user.c, webster.c,
windowlib.c
Program Name: enigma
Description: Identical to crypt command based on one-rotor enigma.
Brief Doc: enigma <infile >outfile It will ask for key.
Maintainer: Bob Baldwin
Files: enigma.c
Program Name: zeecode
Description: Zeecode assumes that the file zeecode.perm contains a .perm
file produced by cbw. It uses the A0 and Zee permutations
in that file to decode the standard input, printing results
on the standard output.
Brief Doc: zeecode <cipherfile >cleartextfile
Reads zeecode.save to get A0 and Zee.
Maintainer: Bob Baldwin
Files: zeecode.c
Data Files:
Template:
File Name:
Description:
File Name: *.slice
Description: Pieces of .login file to init CBW shell variables.
File Name: graphics
Description: Cat'ing this file displays all the graphics characters
on heath and vt100 terminals.
File Name: cbw.log
Description: History of changes to cbw source.
File Name: cbw.doc and cbw.mss
Description: User manual for cbw.
File Name: trigrams.stats
Description: Frequencies of common trigrams.
File Name: mss-bigram.stats
Description: Bigram statistics for scribe files.
File Name: mss.stats
Description: Monogram statistics for scribe files.
File Name: *.cipher
Description: Ciphertext file read by cbw.
File Name: *.perm
Description: Permutations saved by cbw to record partial solutions
to a ciphertext.
File Name: *.txt
Description: Original text used to create the .cipher files.
File Name: *.words
Description: Lists of words for use with the probable-word guessing
strategy.
File Name: test3.words
Description: Probable words for test3.cipher.