multihashing of sha1($salt.$pass) possible?
#3
(12-27-2010, 04:23 AM)mastercracker Wrote: Yes, I am pretty sure it is feasible. The question is why you did not try it instead and/or what problem did you get?

I suggest also you modify your order of ?1 and put it like this:

?1?1?1?1?1?1?1?1 ?1?1?1

It's better to have a multiple of 4 in the left section.

10x for your replay!

First,before i try the above,i must receive one valid hashConfusedalt with password(must happen this days),so can be able to see if the command works or not in some good time-frame,else I'll have to wait with days(80000*10^11 combinations are a lot of computing time)before eventually receive conformation is it correct or not.Also generating a file with those hashConfusedalt variables are too much time also for me,because I don't have the knowledge to make some script who will generate it for me at this time!Maybe someone here will help me with this script,maybe notSmile

EDIT:Maybe I do all wrongSad for example here is command line for ighashgpu,off course with only one hash,coz ighashgpu does not support multihashing for sha1:

ighashgpu.exe -hm:0 /tConfusedha1 /min:11 /max:11 /uh:00010203040506070809 /salt:0405040200XXXXXXXXXXXXXX00 /h:22E674C15D2DA3C80125CCF661A82BF0F59EDC82

for info:
green text X in salt is value that i know by default;
red text are the values from 0-9999 in HEX(in my case the number is 4542).I must try them until i get match witch will lead me to my 11digit code
orange is my hash(i can get 8 hashes).

So I want to crack simultaneously with those 8 hashes do decrease the time maybe x8 times.If any of these hashes match I'll have my password.

How can I do that?

BR


Messages In This Thread
RE: multihashing of sha1($salt.$pass) possible? - by randyberger - 12-27-2010, 03:09 PM