Ok I am a PHP noob, but I thought I would give this a try.
So this works to get the FIRST CHARACTER decoded properly, BUT each character after that is off. Where I THINK the problem lies is the intMD5Total which CHANGES each time. Its not the password part that throws it off its the $strSTRING that is the key... that MD5 when ENCRYPTED is based off the md5 of the ORIGINAL message we are trying to decode.
So is that correct. Is this a password and MD5 bruteforce as well??
OR am i completely off and need to fix something else in my logic of decrypting this... Any help would be appreciated.
ANY... I am not asking for the actual program/bruteforcer.
-- Mon Dec 27, 2010 5:15 am --
ok SWEET....fixed the issue with decrypting it.....
now is there a way to translate this to vb.net...lol.. I tried but am stuck at "0x0" does this just turn it to hexidecimal or something.....
any extra assistance would be great...
-- Mon Dec 27, 2010 10:08 am --
Ok I got the encryption and decryption down....
I ran it with all combinations of 3 and all combinations of 4... the 4 combinations with lowercase and numbers takes over 120 seconds...
is there a hint on the password length/characters.... just wondering... will keep testing...