ERROR: clEnqueueWriteBuffe<> -5
#8
The NTLM algorithm is slightly different since it use unicode. As a result, the length limit for both left and right argument is 7 chars. In your case, any word in the dictionary that is longer than 7 will be skipped. The following might work if OclHashcat applies the rules to the word before discarding it:

oclHashcat.exe -m 1000 -j cx17 example.hash example.dict ?l?d?d?d?d

Explanation of the rules:

c --> capitalize
x17 --> Extract substring starting at 1 and of length 7

then, in the right section, we make the total length to 12 using lowercase and the last 4 digits.


Messages In This Thread
ERROR: clEnqueueWriteBuffe<> -5 - by mlody45 - 11-20-2010, 11:42 PM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by spog - 11-21-2010, 12:00 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by mlody45 - 11-21-2010, 01:18 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by atom - 11-21-2010, 01:43 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by mlody45 - 11-21-2010, 02:15 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by Rabbitz - 11-23-2010, 06:42 PM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by mlody45 - 11-24-2010, 01:39 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by mastercracker - 11-24-2010, 06:35 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by geograph - 11-24-2010, 11:06 AM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by Rolf - 11-24-2010, 12:59 PM
RE: ERROR: clEnqueueWriteBuffe<> -5 - by atom - 01-31-2011, 06:34 PM