.\"encrypt a string
.DT
crypt
$MUDNAME$ driver help
crypt

.SH Name
.SI 5
crypt() - encrypt a string
.EI

.SH Synopsis
.SI 5
string crypt( string str, string seed );
.EI

.SH Description
.SP 5 5
Crypt the string `str' using the first two characters from `seed' as
a seed.  If `seed' is 0, then random seed is used.

The result has the first two characters as the seed.
.EP

.SH See also
.SI 5
.EI
