View Single Post
  #8 (permalink)  
Old 09-11-2006, 14:53
brouwer brouwer is offline
Member
 
Join Date: Oct 2006
Location: Nieuwkerken-Waas; Flanders
Posts: 32
Default

Quote:
Originally Posted by sanderson View Post
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.
__________________
Êl síla nan lû e-govaded vín!
Reply With Quote