crypt
Definition
string crypt ( string $str [, string $salt ] )
Description
crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms that may be available on the system.
string crypt ( string $str [, string $salt ] )
crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms that may be available on the system.