
crypt(3)              LPC Library Functions              crypt(3)

NNAAMMEE
       crypt() - encrypt a string

SSYYNNOOPPSSIISS
       string crypt( string str, string seed );

DDEESSCCRRIIPPTTIIOONN
       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

