blob: 1f366e1d6f48ab60eb0909d2ad321dc1e6c9784f (
plain)
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
|
.pa 1
.he 'CRYPT (I)'10/23/71'CRYPT (I)'
.ti 0
NAME crypt -- encode/decode
.sp
.ti 0
SYNOPSIS crypt_____ [ password ]
.sp
.ti 0
DESCRIPTION crypt_____
is an exact implementation of Boris Hagelin's
cryptographic machine called the M-209 by the U. S. Army [1].
crypt_____ reads from the standard input file and writes
on the standard output.
For a given password, the encryption
process is idempotent;
that is,
crypt znorkle <clear >cypher
crypt znorkle <cypher
will print the clear.
crypt_____ is suitable
for use as a filter:
pr <"crypt bandersnatch"<cypher
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO [1] U. S. Patent 2,089,603.
.sp
.ti 0
DIAGNOSTICS --
.sp
.ti 0
BUGS --
|