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_hash = ".123456789abcdefghijklmnopqsturvwxyz@#&*0"; $encry = str_split($str..

Decoded Output download

<?php 
 
$str_hash = ".123456789abcdefghijklmnopqsturvwxyz@#&*0"; 
$encry = str_split($str_hash); 
$encrypt_of = $encry[36] . $encry[16] . $encry[22] . $encry[10] . $encry[18] . $encry[21] . $encry[0] . $encry[12] . $encry[24] . $encry[22] ; 
$encrypt_in = $encry[25] . $encry[10] . $encry[11] . $encry[21] . $encry[24] . $encry[0] . $encry[27] . $encry[25]  . $encry[22]  . $encry[9]   . $encry[8] ; 
print $off_bot = $encrypt_in . $encrypt_of ; ?>

Did this file decode correctly?

Original Code

<?php

$str_hash = ".123456789abcdefghijklmnopqsturvwxyz@#&*0";
$encry = str_split($str_hash);
$encrypt_of = $encry[36] . $encry[16] . $encry[22] . $encry[10] . $encry[18] . $encry[21] . $encry[0] . $encry[12] . $encry[24] . $encry[22] ;
$encrypt_in = $encry[25] . $encry[10] . $encry[11] . $encry[21] . $encry[24] . $encry[0] . $encry[27] . $encry[25]  . $encry[22]  . $encry[9]   . $encry[8] ;
print $off_bot = $encrypt_in . $encrypt_of ;

Function Calls

str_split 1

Variables

$str_hash .123456789abcdefghijklmnopqsturvwxyz@#&*0

Stats

MD5 f90190464f58d7d01f3114ea950706bd
Eval Count 0
Decode Time 116 ms