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 ${'x'.'yz'} = base64_decode('ZWNobyAiSGVsbG8sIFdvcmxkISI7'); eval(${'x'.'yz'}); ?..
Decoded Output download
<?php
${'x'.'yz'} = base64_decode('ZWNobyAiSGVsbG8sIFdvcmxkISI7');
eval(${'x'.'yz'});
?>
Did this file decode correctly?
Original Code
<?php
${'x'.'yz'} = base64_decode('ZWNobyAiSGVsbG8sIFdvcmxkISI7');
eval(${'x'.'yz'});
?>
Function Calls
base64_decode | 1 |
Stats
MD5 | fce34ca29cf7c89d02e3d2cf321d211a |
Eval Count | 1 |
Decode Time | 61 ms |