Jump to content

md5 query


aeris130

Recommended Posts

Suppose I have the following query:

[code]SELECT * FROM users WHERE username='My_user' AND password='my_password'[/code]

Now, since my passwords are encrypted in md5, the only way to type them in like this would be to use their decrypted form. Is there any way to decrypt "my_password" before comparing it to the database?
Link to comment
https://forums.phpfreaks.com/topic/5709-md5-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.