fork download
  1. <?php
  2. $xxx ="CACDEC6C5455EE52BB1DA40470963113";
  3. $key = str_repeat("\x00",16);
  4. $okay = bin2hex(openssl_decrypt(hex2bin($xxx),"aes-128-cbc",$key,OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDING,$key));
  5. $count= hexdec(substr($okay,18,2).substr($okay,16,2));
  6. echo $okay."\n";
  7. echo $count;
  8. ?>
  9.  
Success #stdin #stdout 0.04s 26004KB
stdin
Standard input is empty
stdout
c7048d66e22e6780050100a2495ed77a
261