NAME crypt - crypt a string SYNTAX string crypt(string str, string seed); DESCRIPTION Crypt the string str using two characters from seed as a seed. If seed is 0, then random seed is used. NOTA BENE Only the 8 first characters are used.