Decrypt password
Moderator: General Moderators
Decrypt password
How can I decrypt a password, which was encrypted using the simple "password"-method of PHP/MySQL ?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
You can't, that method is a one way hash (like the md5() function in PHP) so you can compare two encryted values to see if they are the same but cannot just decrypt the data.
Mac
Mac