Research V4 development
[unix-history] / man / manx / crypt.1
CommitLineData
8a209759
KT
1.th CRYPT I 10/23/71
2.sh NAME
3crypt \*- encode/decode
4.sh SYNOPSIS
5.bd crypt
6[ password ]
7.sh DESCRIPTION
8.it crypt
9is an exact implementation of Boris Hagelin's
10cryptographic machine called the M-209 by the U. S. Army [1].
11.s3
12.it crypt
13reads from the standard input file and writes
14on the standard output.
15It is thus suitable for use as a filter.
16For a given password, the encryption
17process is idempotent;
18that is,
19.s3
20.bd " crypt znorkle <clear >cypher"
21.br
22.bd " crypt znorkle <cypher"
23.s3
24will print the clear.
25.sh "SEE ALSO"
26[1] U. S. Patent 2,089,603.
27.sh BUGS