can MD5 decrypt it? MD5 itself is irreversible, but we can use the following code in the URL provided by the interface to crack, I tried the success rate is still very high, the normal library is 70%, the account is now free to use
<?PHP$MD5 = "c1c95b382230eb9e27a60c4baceb5f2e"; $uid = "Hhp-imzry"; $token = Strtolower (MD5 (' 1878399009 ')); $url = " http://www.ttmd5.com/do.php?c=Api&m=crack&uid= $uid &token= $token &cipher= $md 5 "; $data = file_get_ Contents ($url); Echo $data;? >
The cipher is c1c95b382230eb9e27a60c4baceb5f2e.
{ "Count": 1, "data": [ { "cipher": "c1c95b382230eb9e27a60c4baceb5f2e", "plain": "1azu8uhn", "Flag": 1, "time": 0 } ]}
The result is 1azu8uhn.
This station specializes in MD5 and other hashing algorithms for online decryption, can upload files online batch hack, up to tens of thousands of passwords can be supported. MD5 alone has a 64T password database, a total of more than 3 trillion records. This includes a 8-bit lowercase plus digital full hack (the only online decryption site in the world supports this decryption scope), the general query is free.
Related articles:
PHP MD5 encryption Algorithm code
MD5 Encryption Tool
Can PHP md5 be decrypted?
Can PHP MD5 encryption be cracked?