PHP MD5 decryption code sharing (with interface, pro-Test available)

Source: Internet
Author: User
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?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.