Page 1 of 1

Cryptohaze-Multiforcer.exe problems

PostPosted: Tue May 08, 2012 6:28 pm
by ze12o
I am getting this:

Cuda error in file '..\..\src\Multiforcer_CUDA_host\CHHashTypePlain.cpp' in line
232 : out of memory.

This is the command I used:
(omitted)\Cryptohaze-Windows_x64_1_31a\Cryptohaze-Windows>Cryptohaze-Multiforcer.exe -h MD5 -u hp.txt -f hash.txt --min 10 --max 11 -o pass.txt

I know the first two letters which are the salt:
thus hp.txt has
letter
letter
then the last 8 will be a-z A-Z 0-9
hash.txt has the hash
and its a MD5 hash

Any help would be greatly appreciated.

Re: Cryptohaze-Multiforcer.exe problems

PostPosted: Wed May 09, 2012 5:13 am
by Bitweasil
Weird. Not sure why that's running out of memory.

Try adding "--bits 40" to the command line. That will increase the workunit size and reduce memory requirements.

Otherwise, can you attach your charset file? It's possible that the new code isn't dealing with Windows newlines properly - I'm pretty sure it's good, but I can verify.

Re: Cryptohaze-Multiforcer.exe problems

PostPosted: Wed May 09, 2012 12:37 pm
by ze12o
That did not work.

I am using -u and this is what was in the file:

d
z
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

Re: Cryptohaze-Multiforcer.exe problems

PostPosted: Wed May 09, 2012 2:59 pm
by Bitweasil
Can't reproduce on Linux. I'll try on Windows in a day or so when I have access to my Windows box.