View Single Post
  #2 (permalink)  
Old 2005-07-20, 06:57 PM
Xnuiem's Avatar
Xnuiem Xnuiem is offline
Senior Member
 
Join Date: May 2004
Location: DFW, Texas
Posts: 1,104
Xnuiem will become famous soon enough
Send a message via Yahoo to Xnuiem
Default

You can use the mcrypt functions in PHP. I use those with blowfish encryption, but be careful with MySQL 4.1.X since the new charset seems to really screw with blowfish. We will be changing encryption methods soon.

You can also, i think, use the MySQL encrypt() functions.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Reply With Quote