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 error_reporting(0); $fwrite = base64_decode("amVzc2ljYW1hcmlhbjIyMEBnbWFpbC5jb20=..

Decoded Output download

<?php  
error_reporting(0); 
$fwrite = base64_decode("amVzc2ljYW1hcmlhbjIyMEBnbWFpbC5jb20="); 
?>

Did this file decode correctly?

Original Code

<?php 
error_reporting(0);
$fwrite = base64_decode("amVzc2ljYW1hcmlhbjIyMEBnbWFpbC5jb20=");
?>

Function Calls

base64_decode 1
error_reporting 1

Variables

Stats

MD5 2a69309752a5331f91914e34a59be35c
Eval Count 0
Decode Time 78 ms