Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$hash = '1(_nZ_fNa)3'; if (md5($hash) === 'expected_md5_hash') { echo 'Hash matches!..
Decoded Output download
<? $hash = '1(_nZ_fNa)3';
if (md5($hash) === 'expected_md5_hash') {
echo 'Hash matches!';
} ?>
Did this file decode correctly?
Original Code
$hash = '1(_nZ_fNa)3';
if (md5($hash) === 'expected_md5_hash') {
echo 'Hash matches!';
}
Function Calls
md5 | 1 |
Stats
MD5 | 009490062efaa616b0caf8dd99d76814 |
Eval Count | 0 |
Decode Time | 42 ms |