[PHP-DB] Re: Safe / Secure Login Script

2004-10-05 Thread Mike Morris
These are not PHP specific suggestions, but I see two big problems: > 5.) Password is then encrypted using base64_encode() 6.) You've confused encryption and encoding. Base64 encoding is trivial to decode, and fairly obvious to spot as well. All this achieves is that someone can't acci

Re: [PHP-DB] Re: Safe / Secure Login Script

2004-10-05 Thread Dylan Barber
I was doing something similar but I moved to using the session in PHP. Is that wrong? What would be a good login/security script/class to use? -Original Message- From: Mike Morris <[EMAIL PROTECTED]> Sent: Oct 5, 2004 3:05 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Safe /