MySQL Forums
Forum List  »  Security

Re: password encryption
Posted by: Steven Pennington
Date: February 25, 2007 10:43AM

I've sorted the problem using md5 encryption!

So, for people with the same problem, here's the change!

original code:
'".$_POST["newpassword"]."'

modified code:
md5(".$_POST["newpassword"]."')

Options: ReplyQuote


Subject
Views
Written By
Posted
6925
February 19, 2007 04:31PM
Re: password encryption
3714
February 25, 2007 10:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.