on my host's server, the default method for encryption using crypt() is MD5. Is there a way for me to set this to default to Standard DES encryption using a 2-char salt?
I know that I can write some PHP to manually force DES encryption, but I'd like to see if there is an easier way.
Thank you,