Jump to content

md5 with salt query help


FD_F

Recommended Posts

Hi,

 

i need to get the  file name was hashed and saved into mysql table

 

filename is the field with the file name in his real name

 

84cce6f10297af027e28fc779097eeb6 and 45436 comming from my php script

 

i did somthing like this:

 

 

SELECT * FROM table WHERE customer='45436' AND md5('lefttsalt + table.filename + rightsalt') = '84cce6f10297af027e28fc779097eeb6';

 

any idea to what i`m doing wrong ?

 

thanks in advanced

 

Link to comment
https://forums.phpfreaks.com/topic/209699-md5-with-salt-query-help/
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.