oclhash question about length
#10
something must be wrong with your test, i did my own and everything works. here is each step:

root@sf:~/oclHashcat-0.24# cat ints
1
11
111
1111
11111
111111
1111111
11111111
111111111
1111111111

then i md5'ed them:

root@sf:~/oclHashcat-0.24# cat hash
c4ca4238a0b923820dcc509a6f75849b
6512bd43d9caa6e02c990b0a82652dca
698d51a19d8a121ce581499d7b701668
b59c67bf196a4758191e42f76670ceba
b0baee9d279d34fa1dfd71aadb908c3f
96e79218965eb72c92a549dd5a330112
7fa8282ad93047a4d6fe6111c93b308a
1bbd886460827015e5d605ed44252251
bbb8aae57c104cda40c93843ad5e6db8
e11170b8cbd2d74102651cb967fa28e5

and then i let run oclhashcat:

root@sf:~/oclHashcat-0.24# ./oclHashcat64.bin -m 0 hash -d 1 -n 8 1 111111111 --increment
oclHashcat v0.24 starting...

Digests: 10 entries, 10 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platforms: 1
Platform #1: Advanced Micro Devices, Inc., OpenCL 1.1 ATI-Stream-v2.3 (451) (2 matched)
Device #1: Juniper, 256MB, 0Mhz, 10MCU
Device #1: Kernel kernels/4098/m0000.64.Juniper.kernel (105725 bytes)
Device #2: Juniper, 256MB, 0Mhz, 10MCU
Device #2: skipped by user
WARNING: words in dict_left < 5120. Can't gain full performance
WARNING: words in dict_right < 256. Can't gain full performance
6512bd43d9caa6e02c990b0a82652dca:11
698d51a19d8a121ce581499d7b701668:111
b59c67bf196a4758191e42f76670ceba:1111
b0baee9d279d34fa1dfd71aadb908c3f:11111
96e79218965eb72c92a549dd5a330112:111111
7fa8282ad93047a4d6fe6111c93b308a:1111111
1bbd886460827015e5d605ed44252251:11111111
bbb8aae57c104cda40c93843ad5e6db8:111111111
e11170b8cbd2d74102651cb967fa28e5:1111111111
[s]tatus [p]ause [r]esume [h]elp [q]uit =>
Threads...: 1
Mode.Left.: Mask '1' (1)
Mode.Right: Mask '111111111' (1)
Speed.GPU1: 1/s (finished)
Speed.GPU*: 0/s
Recovered.: 9/10 Digests, 0/1 Salts
Progress..: 1/1 (100.00%)
Running...: 0 secs
Estimated.: 0 secs

the first cannot not be cracked because it has the size 1 and oclhashcat needs at least size 2 because of one char per side.



Messages In This Thread
oclhash question about length - by pyr - 12-12-2010, 09:03 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 12:22 AM
RE: oclhash question about length - by atom - 12-13-2010, 02:43 PM
RE: oclhash question about length - by Rolf - 12-13-2010, 06:50 PM
RE: oclhash question about length - by pyr - 12-14-2010, 09:09 AM
RE: oclhash question about length - by atom - 12-14-2010, 11:12 AM
RE: oclhash question about length - by pyr - 12-14-2010, 10:29 PM
RE: oclhash question about length - by Rolf - 12-14-2010, 11:20 PM
RE: oclhash question about length - by pyr - 12-15-2010, 09:05 AM
RE: oclhash question about length - by atom - 12-15-2010, 09:34 PM
RE: oclhash question about length - by pyr - 12-16-2010, 10:59 PM
RE: oclhash question about length - by Rolf - 12-17-2010, 10:40 AM