PHP: crypt - Manual - PHP: Hypertext Preprocessor
crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms that may be available on the system. The salt parameter is optional. However, crypt() creates a weak password without the salt. PHP 5.6 or later rais...