3v4l.org

run code in 300+ PHP versions simultaneously
<? $key= '10.92.1.104' $data='tiger'; function xor_encrypt($in) { $text = $in; $outText = ''; // Iterate through each character for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } return $outText; } $key=xor_encrypt($data); echo xor_encrypt(array( "showpassword"=>"yes", "bgcolor"=>"#ffffff")); ?>

This is an error 404

There are `0` results


preferences:
141.61 ms | 1399 KiB | 7 Q