md5(salt.pass) troubles and tricks
#16
And what about ordering?
Test case
Code:
md5(str_repeat('a',16))=='23ca472302f49b3ea5592b146a312da0'
Testing
Code:
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 -s 120544432500
false (pass not found)

./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 -s 120544432499
true (pass found)

What about wiki? It is wrong as i see:
Quote:Optimized due its partially reverse algorithms, password candidates are generated in the following order:

aaaaaaaa
aaaabaaa
aaaacaaa
.
.
.
aaaaxzzz
aaaayzzz
aaaazzzz
baaaaaaa
baaabaaa
baaacaaa
.
.
.
baaaxzzz
baaayzzz
baaazzzz
.
.
.
zzzzzzzz

Fuzzing Smile table:

Code:
pass                       pos
aaaaaaaaaaaaaaab   90026854375
aaaaaaaaaaaabaaa   116638182500
aaaaaaaacaaaaaaa   120537791875
aaaaaaaabaaaaaaa   120538182500
aaaaaaaaaaaaaaaa   120544432500


Messages In This Thread
md5(salt.pass) troubles and tricks - by d0znpp - 08-06-2012, 12:39 AM
RE: md5(salt.pass) troubles and tricks - by M@LIK - 08-06-2012, 03:44 AM
RE: md5(salt.pass) troubles and tricks - by atom - 08-06-2012, 02:02 PM
RE: md5(salt.pass) troubles and tricks - by atom - 08-09-2012, 11:05 AM
RE: md5(salt.pass) troubles and tricks - by d0znpp - 08-10-2012, 08:22 PM
RE: md5(salt.pass) troubles and tricks - by atom - 08-10-2012, 09:22 PM
RE: md5(salt.pass) troubles and tricks - by atom - 09-05-2012, 10:27 AM