Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
clBuildProgram() -5 on LM hashes
02-06-2012, 10:56 PM (This post was last modified: 02-06-2012 10:57 PM by viral_demon.)
Post: #1
clBuildProgram() -5 on LM hashes
oclHashcat-lite v0.09 seems to have a weird issue with LM hashes specifically. The demo runs and works fine, however when I tried to crack an LM hash it results in an error.(clBuildProgram() -5) I have fully updated the SDK runtime. I have an ATI Radeon HD 46xx card.

Look at the screenshots to see the error.

Anyone have any idea why this is happening?

Edit: I realize in the one with the error I used the 32 bit version instead of the 64 bit version, however that is not a factor. Testing it with the 64 bit version results in exactly the same error.


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
02-06-2012, 11:03 PM
Post: #2
RE: clBuildProgram() -5 on LM hashes
#define CL_OUT_OF_RESOURCES -5

looks like your card is to old...
Visit this user's website Find all posts by this user
Quote this message in a reply
02-07-2012, 04:52 AM
Post: #3
RE: clBuildProgram() -5 on LM hashes
Why would it run out of resources on LM hashes specifically? LM is so old, why does it use more resources to crack then newer and presumably more complicated hashes?
Find all posts by this user
Quote this message in a reply
02-07-2012, 10:05 AM
Post: #4
RE: clBuildProgram() -5 on LM hashes
NTLM is much more lightweight than LM is. NTLM uses MD4, LM uses DES. NTLM is GPU friendly while LM is not. thats why Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply