Powered by Quttera
Home
Quttera Products
Website Anti-Malware Monitoring
Online Website Malware Scanner
WordPress Web Malware Scanner
Quttera Labs
Quttera Labs
Daily Malware Statistics
Weekly Malware Statistics
Monthly Malware Statistics
Website Malware Cleanup & Protection
Decode
History
Online PHP and Javascript Decoder
decode hidden script to uncover its real functionality
Original code:
<?php function xor_encrypt_2($in) { $key = base64_decode("HmYkBwozJw4WNyAAFyB1VUcqOE1JZjUIBis7ABdmbU1GIjEJAyJvTRg%3D"); $text = $in; $outText = ''; // Iterate through each character for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } return $outText; } $mydata = array( "showpassword"=>"no", "bgcolor"=>"#ffffff" ); $mydata_json = json_encode($mydata); $mydata_enc = xor_encrypt_2($mydata_json); echo $mydata_enc; ?>
Decrypted code:
eDWoeDWoeDWoeDWoeDWoeDWoeDWoeDWoeDWoeD oe
Submit New Code
Recent submissions:
<?php function xor_encrypt_2($in) { $key...
<? $GLOBALS['_____1242698969']= array(base64_decode('R'.'2V0QnlJRA=='),base64_decode(''.'R...
https:\x2F\x2Focc-0-7330-778.1.nflxso.net\x2Fso\x2Fsoa5\x2F516\x2F42c260ecbc62d58739759eb0...
https:\x2F\x2Focc-0-7330-778.1.nflxso.net\x2Fso\x2Fsoa7\x2F860\x2Faa45fd9151f6cefbe7d0f007...
<?php $wfk='PGRpdiBzdHlsZT0icG9zaXRpb246YWJzb2x1dGU7dG9wOjA7bGVmdDotOTk5OXB4OyI+DQo8YSBocm...
<?php /** Build: 02cb70616676ae36 | 2026-05-05 21:51:28 */ if(function_exists((chr((51...
257444-104984-215886-361845-322047-196724-406384-107635 g257444-104984-215886-361...
<?php /* Obfuscation provided by xyzscripts.com This code was created on Wed/Apr/2018 ...
ZvDYAi8x7ESe/kdWWPvFjetFBzzxn8R3vwZqivOxJH8g7/999+rEdyKpwp1z5zbBPpXmpk7W2/Kvfc6pO7i1hrac7N...
<?php /** * Hook Manager Module * @package WP_Hook_Manager * @version 3.2.7 * @li...
×
Online PHP and Javascript Decoder
To decode:
Close
Decode
© 2023 Quttera Ltd. All rights reserved.