Christina Zhang wrote:
> Hello,
>
> We are planning to use Crypt() to encrypt the application level
> users' passwords. Our question is that which encryption method
> the Crypt() is using? (DES, or some other encryption algorithms?)
> Because we concern about the strenth of the Crypt().
Use MD5.
Hello,
We are planning to use Crypt() to encrypt the application level users' passwords. Our
question is that which encryption method the Crypt() is using? (DES, or some other
encryption algorithms?) Because we concern about the strenth of the Crypt().
Thanks for your input.
Christina
--