PHP crypt() Function
The crypt() function returns a hashed string using DES, Blowfish, or MD5 algorithms. This function behaves different on different operating systems. PHP checks what algorithms are available and what algorithms to use when it is installed.
Syntax
crypt(str,salt)
Leave a Reply