Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

BASE64 PHP. : 1. BASE64 : ``` SGkjaWY2Ym4zemhmcTExMnJSs3h6NA== ```..

Decoded Output download

    BASE64     PHP.    :

 
1.     BASE64 :
```
SGkjaWY2Ym4zemhmcTExMnJSs3h6NA==
```
2.   BASE64:
```
echo base64_decode('SGkjaWY2Ym4zemhmcTExMnJSs3h6NA==');
```
: `eval('Cifn3zf1rLkxd')`

3.   eval:
```
Cifn3zf1rLkxd
```
   .


   PHP        .

 
     PHP  :
```
<?php
$encoded_str = "CiBnb3RvIG1LRkx4";
$decoded_str = base64_decode($encoded_str);
echo $decoded_str;
?>
```

Did this file decode correctly?

Original Code

    BASE64     PHP.    :

 
1.     BASE64 :
```
SGkjaWY2Ym4zemhmcTExMnJSs3h6NA==
```
2.   BASE64:
```
echo base64_decode('SGkjaWY2Ym4zemhmcTExMnJSs3h6NA==');
```
: `eval('Cifn3zf1rLkxd')`

3.   eval:
```
Cifn3zf1rLkxd
```
   .


   PHP        .

 
     PHP  :
```
<?php
$encoded_str = "\x43\151\102\156\x62\x33\122\166\111\107\x31\114\x52\x6b\x78\64";
$decoded_str = base64_decode($encoded_str);
echo $decoded_str;
?>
```

Function Calls

base64_decode 1

Variables

$decoded_str goto mKFLx
$encoded_str CiBnb3RvIG1LRkx4

Stats

MD5 bf7cb0120ecbba515dc73e4da8f3b06b
Eval Count 0
Decode Time 50 ms