|
LPC Library Functions: crypt |
|
NAMEcrypt() - encrypt a string
SYNOPSISstring crypt( string str, string seed );
DESCRIPTIONCrypt 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. SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|