crypt(3) LPC Library Functions crypt(3)
NNAAMMEE
crypt() - encrypt a string
SSYYNNOOPPSSIISS
string crypt( string str, string seed );
DDEESSCCRRIIPPTTIIOONN
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.
MudOS 5 Sep 1994 1