Quote:
Originally Posted by deadManN
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.