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 eval(base64_decode("CiBlcnJvcl9yZXBvcnRpbmcoU0FMQUgpOyA=")); ?>..

Decoded Output download

<?php  
  
eval(base64_decode("CiBlcnJvcl9yZXBvcnRpbmcoU0FMQUgpOyA="));  
 ?>

Did this file decode correctly?

Original Code

<?php 
 
eval(base64_decode("CiBlcnJvcl9yZXBvcnRpbmcoU0FMQUgpOyA=")); 
 ?>

Function Calls

base64_decode 1

Variables

None

Stats

MD5 1f3251b5fa66860e63d6fe1e80f917a7
Eval Count 1
Decode Time 44 ms