Is there support for wildcard characters?
#1
Is it possible to calculate possible solutions for a has wildcard characters in it? In my case I care about match the first 8 characters and last 2 characters in the hash output. I would like to find an input that generate the following output, but the asterisks can be any character: 317c7c27*********************27 (md5 hash)

I was wondering if this was possible?


Messages In This Thread
Is there support for wildcard characters? - by CyberGhost - 05-17-2014, 06:10 PM