Hello !
I want to encrypt my passsword field .
For that purpose i used the function crypt()which does DES encryption 2 char salt .
I want to know that which function is used to make the DES encryption 9 char salt .
Also tell me which function is used to encrypt MD5 12 char salt.
Regards