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 // str_rot13() example $string = 'Encoding and Decoding Encrypted PHP Code'; $enc..

Decoded Output download

Rapbqvat naq Qrpbqvat Rapelcgrq CUC Pbqr
Encoding and Decoding Encrypted PHP Code

Did this file decode correctly?

Original Code

<?php // str_rot13() example
$string  = 'Encoding and Decoding Encrypted PHP Code';
$encoded = str_rot13($string);
$decoded = str_rot13(str_rot13($string));
echo $encoded ."\n";
echo $decoded;
?>

Function Calls

str_rot13 3

Variables

$string Encoding and Decoding Encrypted PHP Code
$decoded Encoding and Decoding Encrypted PHP Code
$encoded Rapbqvat naq Qrpbqvat Rapelcgrq CUC Pbqr

Stats

MD5 be7af0f882f1c7caf66807ad9ebc6958
Eval Count 0
Decode Time 48 ms