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 $miwen="MzkuM3gyrzI6Z3cyrzHlMKcSra0="; $miwen=base64_decode(strrev(str_rot13($miwe..
Decoded Output download
e`ufU9rfQquv0
Did this file decode correctly?
Original Code
<?php
$miwen="MzkuM3gyrzI6Z3cyrzHlMKcSra0=";
$miwen=base64_decode(strrev(str_rot13($miwen)));
//echo $miwen;
$m=$miwen;
for($i=0;$i<strlen($m);$i++){
$_c=substr($m,$i,1);
$__=ord($_c)-1; # 1
$__=chr($__); #
$_=$_.$__; #
}
echo strrev($_); #
?>
Function Calls
chr | 20 |
ord | 20 |
strlen | 21 |
strrev | 2 |
substr | 20 |
str_rot13 | 1 |
base64_decode | 1 |
Stats
MD5 | 0e1ac22e359cae3aaa6d5a639b67f86f |
Eval Count | 0 |
Decode Time | 183 ms |