3v4l.org

run code in 300+ PHP versions simultaneously
<?php $defaultdata = array( "showpassword"=>"yes", "bgcolor"=>"#000000"); $text = json_encode($defaultdata); $key = 'qw8J'; $outText = ''; for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } echo base64_encode($outText); ?>

preferences:
36.3 ms | 402 KiB | 5 Q