Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php date_default_timezone_set('Europe/Minsk'); $domain = 'filerun.gar.ac'; ..
Decoded Output download
<?php
date_default_timezone_set('Europe/Minsk');
$domain = 'filerun.gar.ac';
$maxUsers = 1000000; // have >= 10000
$maxTime = strtotime('2100-01-01 00:00:00');
$gH = mb_strtolower($domain);
$gP = $gH . base64_decode("YMVzj40xQxF1Oq5EC3RlFw==");
$license = '{"b":false,"f":false,"fr":false,"u":'.$maxUsers.',"c":false,"e":'.$maxTime.',"d":"'.$gH.'","k":"1","ud":'.$maxTime.'}';
$serial = @serialize(json_decode($license, true));
$ecrypt = @openssl_encrypt($serial, "AES-256-CBC", $gP, 0, @base64_decode("LDpxPwQR3Lzze1Y2Q1v5EA=="));
die($ecrypt); ?>
Did this file decode correctly?
Original Code
<?php
date_default_timezone_set('Europe/Minsk');
$domain = 'filerun.gar.ac';
$maxUsers = 1000000; // have >= 10000
$maxTime = strtotime('2100-01-01 00:00:00');
$gH = mb_strtolower($domain);
$gP = $gH . base64_decode("YMVzj40xQxF1Oq5EC3RlFw==");
$license = '{"b":false,"f":false,"fr":false,"u":'.$maxUsers.',"c":false,"e":'.$maxTime.',"d":"'.$gH.'","k":"1","ud":'.$maxTime.'}';
$serial = @serialize(json_decode($license, true));
$ecrypt = @openssl_encrypt($serial, "AES-256-CBC", $gP, 0, @base64_decode("LDpxPwQR3Lzze1Y2Q1v5EA=="));
die($ecrypt);
Function Calls
date_default_timezone_set | 1 |
Stats
MD5 | d9cec404e92bd486000474ba6263214e |
Eval Count | 0 |
Decode Time | 53 ms |