Quote:
Originally Posted by sanderson
Yes Ledeanio, surely you can use crypt() available within PHP. Have you ever tried it. It works same as md5(), One-way string encryption (hashing). The only difference is that md5() support md5 algorithm only while crypt() supports DES, Blowfish and MD5 (it depends on which system PHP is built on).
|
Don't use a single DES, it's easy to crack such an encryption.