Just consider the codes given below:
hashcat32 -a 3 -m 1000 hash.txt ?l?l?l?l?l?l
and
mp32 ?l?l?l?l?l?l | hashcat32 -a 0 -m 1000 hash.txt
As you guys can see I've done the same thing in two different methods,but the latter method is significantly slower than the former one,why is this so?can anyone please explain?:-)
hashcat32 -a 3 -m 1000 hash.txt ?l?l?l?l?l?l
and
mp32 ?l?l?l?l?l?l | hashcat32 -a 0 -m 1000 hash.txt
As you guys can see I've done the same thing in two different methods,but the latter method is significantly slower than the former one,why is this so?can anyone please explain?:-)