
crypt(3)               C LIBRARY FUNCTIONS               crypt(3)

NAME
     crypt() - encrypt a string

SYNOPSIS
     string crypt( string str, string seed );

DESCRIPTION
     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.

Sun Release 4.1           Last change:                          1

