[PHP-DB] Re: md5 question!

2003-06-24 Thread Pete Morganic
I found this very useful
http://www.aspencrypt.com/crypto101.html
pete
Jerry wrote:
Hi,

If I use md5 to handle passwords to my database is
there a way to reverse the action if someone forgets
their password?  Is there a way for me to decode the
32bit to plain text?
Jerry

http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] Re: MD5()

2003-02-27 Thread David Eisenhart
remember that md5() is 'not' going to help secure the data en route between
the client browser and the server; consider using the encryption service SSL
for this.

David


"Chris Payne" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi there everyone,

I have to store some CC details in a database which are inputted from a
form, is MD5() the best way to secure the data?  If so, how do I view MD5()
data after it has been inserted?  Any good MD5() tutorials out there?

Thanks for your help :-)

Regards

Chris



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php