Supported encryption types

"; if (CRYPT_EXT_DES) echo "Extended DES-based encryption with a nine character salt

"; if (CRYPT_MD5) echo "MD5 encryption with a twelve character salt starting with $1$

"; if (CRYPT_BLOWFISH) echo "Blowfish encryption with a sixteen character salt starting with $2$

"; ?>