Page 1 of 1

Error with long salt (35 chars) -MD5_PS

PostPosted: Thu Oct 20, 2011 3:16 pm
by marked
Hi there,

I have an error :
"Terminating due to error: Cannot allocate memory: std::bad_alloc.
Please use more bits per unit or a smaller problem size."

When I try an MD5 hash (MD5_PS) with long salt of 35 chars, here password is the password:
# echo password1234567890yxcvbnm12345678901234567 |md5sum
# echo bfebc02ec5a0a33da253315b4dbb6620:1234567890yxcvbnm12345678901234567 > /tmp/test7
# ./Cryptohaze-Multiforcer -h MD5_PS -c charsets/charsetlowernumeric -f /tmp/test7

Thanks in advance.

Re: Error with long salt (35 chars) -MD5_PS

PostPosted: Thu Oct 20, 2011 3:36 pm
by Bitweasil
I will attempt to reproduce tonight after I finish going flying. :) What version are you using?

Re: Error with long salt (35 chars) -MD5_PS

PostPosted: Thu Oct 20, 2011 3:53 pm
by marked
Thanks ! :)
version 1_1 on linux (x86_64 GNU/Linux)