View Single Post
  #16 (permalink)  
Old 09-17-09, 10:04 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by deadManN View Post
it was empty on DB, can u dl the forum , and check, i think the only random last number can be "reg date number" any we can go in neg way, i mean instead of encode try to decode, and see which number give us the resault, can you make me a small file on php, give 1 number and one string , and then decode or encode that?
I'm sorry, I really don't have the time to download the forum again, set it up, and test it.

1) If you have people registered then you should have entries in the salt ('seques') field.

2) I'm not sure what you mean by "i think the only random last number can be "reg date number"".

3) Finally, as mentioned before, you *cannot* decode the MD5 results. All you can do is encode the data and see if it matches the already-produced hash. It's not possible to derive the password from the MD5 hash and salt.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote