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 $str = 'REtCIEJhbmtpbmc='; echo base64_decode($str); ..

Decoded Output download

 <?php  
            $str = 'REtCIEJhbmtpbmc=';
            echo base64_decode($str);
          ?>

Did this file decode correctly?

Original Code

 <?php  
            $str = 'REtCIEJhbmtpbmc=';
            echo base64_decode($str);
          ?>

Function Calls

base64_decode 1

Variables

$str REtCIEJhbmtpbmc=

Stats

MD5 1204a5b2f471389fa97a6a9af32f44c9
Eval Count 0
Decode Time 47 ms