-m 20 salt length
#1
Hi! 

Is it possible to increase the max salt length for -m 20 md5($salt.$pass)?
I've got a 53 character long salt and Hashcat fails to crack it. Working great with less character salts
(salt is: ac8e67b1c8a467b55f0c5de2f69d07ab9ed6f64e5487955f8afd3)

Thanks in advance and for the great tool Atom!
#2
single md5 block is only 55 bytes so you'd need a generic multiblock md5 implementation
#3
Since its open source maybe someone does it :\ I doubt Atom will implement it, but it'd be great Smile