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 $encoded="CjsidWZ2YXZTIiAuIFlCUl9DVUMgYnVwcgoKLyoKCnFmbnFmbnFmbgoKcWZucWZuKi8KCjsiLm..
Decoded Output download
If you can't take the heat, don't tickle the dragon.
Did this file decode correctly?
Original Code
<?php $encoded="CjsidWZ2YXZTIiAuIFlCUl9DVUMgYnVwcgoKLyoKCnFmbnFmbnFmbgoKcWZucWZuKi8KCjsiLmFidG5lcSBydWcgcnl4cHZnIGcnYWJxICxnbnJ1IHJ1ZyByeG5nIGcnYW5wIGhibCBzViIgYnVwcg==";$decoded = base64_decode($encoded);$reversed = strrev($decoded);$original_code = str_rot13($reversed);eval($original_code);?>
Function Calls
strrev | 1 |
str_rot13 | 1 |
base64_decode | 1 |
Stats
MD5 | bb5ddafe0b5d4f30a5ca816b13374724 |
Eval Count | 1 |
Decode Time | 48 ms |