how to set mask
#1
hi,all
i got a half md5 hash value,and i am sure the password contain some number parts,how to use mask;

hash value E3DC86917650198B
password contain 4 parts: 200002        2018053019184400        100       426
maybe contain the 5th part ,but i dont know what it is 
and the order of that 4 parts is unknow,password length is also unknow.

eg.
halfMd5(200002 + 5th part + 2018053019184400+100+426)  = E3DC86917650198B
halfMd5(200002 + 2018053019184400 + 5th part +100+426)  = E3DC86917650198B


According to this situation,how to set mask ? thank u guys


Messages In This Thread
how to set mask - by pppp0831 - 06-02-2018, 05:26 AM
RE: how to set mask - by plaverty9 - 06-02-2018, 12:44 PM
RE: how to set mask - by pppp0831 - 06-02-2018, 02:11 PM
RE: how to set mask - by plaverty9 - 06-06-2018, 02:51 PM