View Single Post
  #7 (permalink)  
Old 09-11-2006, 13:03
sanderson's Avatar
sanderson sanderson is offline
Premium Member
 
Join Date: Oct 2006
Posts: 185
Default

Quote:
Originally Posted by ledeanio View Post
... was wondering if I could use anything else within PHP.
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).
Reply With Quote