Re: [SQL] Crypt() encryption

2004-04-09 Thread Bruce Momjian
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.

[SQL] Crypt() encryption

2004-04-09 Thread Christina Zhang
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 --