
oldcrypt(3)              LPC Library Functions              oldcrypt(3)

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

SSYYNNOOPPSSIISS
       string oldcrypt( 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.

       oldcrypt will be deprecated in FluffOS 2019. crypt() wil
       updated to use sha512

MudOS                       5 Sep 1994                          1

