Need some help
#6
(06-30-2012, 02:29 PM)M@LIK Wrote:
Code:
His algo is:     md5(md5(md5($salt).md5($pass))
-m2611, -m2711:  md5(md5($salt).md5($pass))
-m2811:          md5(md5($pass).$salt)

But, this still can be done if you hash(MD5) your salt.
Look at the code above you will understand.
I think that you have inverted them M@LIK. Just to make sure also that we are talking of the same thing, I am using the OCLhascat-plus modes.

-m 2611 and -m 2711 are for Vbulletin which are md5(md5($pass).$salt).
-m 2811 is for IPB and MyBB which are md5(md5($salt).md5($pass)).


Messages In This Thread
Need some help - by Flaming Vls - 06-29-2012, 04:50 AM
RE: Need some help - by undeath - 06-29-2012, 09:07 AM
RE: Need some help - by mastercracker - 06-30-2012, 05:28 AM
RE: Need some help - by atom - 06-30-2012, 08:39 AM
RE: Need some help - by M@LIK - 06-30-2012, 02:29 PM
RE: Need some help - by mastercracker - 07-02-2012, 06:26 AM
RE: Need some help - by M@LIK - 07-02-2012, 06:32 AM