PWB1/usr/man/man1/crypt.1

Compare this file to the similar file:
Show the results in this format:

.th CRYPT I 5/31/77
.sh NAME
crypt \*- encode/decode
.sh SYNOPSIS
.bd crypt
[ password ]
.sh DESCRIPTION
.it crypt
simulates a cryptographic machine.
.s3
.it crypt
reads from the standard input file and writes
on the standard output.
It is thus suitable for use as a filter.
For a given password, the encryption
process is idempotent;
that is,
.s3
.bd "	crypt znorkle <clear >cypher"
.br
.bd "	crypt znorkle <cypher"
.s3
will print the clear.