用php進行md5解密的源碼,親測可用

1 <?php
2 $md5 = "c1c95b382230eb9e27a60c4baceb5f2e";
3 $uid = "hhp-ImZRY";
4 $token = strtolower(md5('1878399009'));
5 $url = "http://www.ttmd5.com/do.php?c=Api&m=crack&uid=$uid&token=$token&cipher=$md5";
6 $data = file_get_contents($url);
7 echo $data;
8 ?>

密文是c1c95b382230eb9e27a60c4baceb5f2ephp

 1 {
 2     "count": 1,
 3     "data": [
 4     {
 5         "cipher": "c1c95b382230eb9e27a60c4baceb5f2e",
 6         "plain": "1azu8uhn",
 7         "flag": 1,
 8         "time": 0
 9     }
10     ]
11 }        

結果是1azu8uhnapi

 

md5自己是不可逆的,可是咱們能夠使用ttmd5.com提供的接口進行破解,我試了下成功率仍是挺高,普通的庫是70%,那個帳號如今仍是能無償使用
ui

接口文檔參考下面的連接url

http://www.ttmd5.com/api.phpspa

相關文章
相關標籤/搜索