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 function username() { $ip = $_SERVER['REMOTE_ADDR']; return "ots-" . substr(str_rep..
Decoded Output download
<?php
function username() { $ip = $_SERVER['REMOTE_ADDR']; return "ots-" . substr(str_replace('=','',base64_encode(substr(md5($ip),0,8))),3); }
function password() { $ip = $_SERVER['REMOTE_ADDR']; return substr(md5($ip),0,8); }
?>
Did this file decode correctly?
Original Code
<?php
function username() { $ip = $_SERVER['REMOTE_ADDR']; return "ots-" . substr(str_replace('=','',base64_encode(substr(md5($ip),0,8))),3); }
function password() { $ip = $_SERVER['REMOTE_ADDR']; return substr(md5($ip),0,8); }
?>
Function Calls
None |
Stats
MD5 | 2fa8d4b3b9b4576401c8698b5749e1b3 |
Eval Count | 0 |
Decode Time | 86 ms |