.\"encrypt a string .TH crypt 3 .SH NAME crypt() - encrypt a string .SH SYNOPSIS string crypt( string str, string seed ); .SH DESCRIPTION Crypt the string using the first two characters from as a seed. If is 0, then random seed is used. .PP The result has the first two characters as the seed.