07-02-2012, 06:26 AM
(06-30-2012, 02:29 PM)M@LIK Wrote: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.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.
-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)).