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 /** * * CyroP Security Encryption System ..

Decoded Output download

<?php 
/** 
 *  
 *                     CyroP Security Encryption System                     
 *                          Professional Edition                            
 *  
 *   Version    : 2.0.0                                                    
 *   Created    : 2024-12-25 21:27:02                                                       
 *   Author     : CyroP Security                                           
 *   License    : Commercial - All Rights Reserved                         
 *  
 *   WARNING    : This file is protected by CyroP Security System.         
 *               Unauthorized modification or reverse engineering           
 *               attempts will result in immediate termination             
 *               of the software functionality.                            
 *  
 */ 
 
// ===== CyroP Security Encrypted Code Segments ===== 
// Her segment benzersiz bir ID ve ifrelenmi veri ierir 
// Segmentler sral ekilde birletirilir ve zlr 
// Deiiklik yapmayn, kodun almasn bozabilir 
$cyroPSegments = [ 
    ['4N98zfrT', '4d1623fbc360c0334d09fba5d4a95686'], 
    ['KtbuwAx3', '941b32f5c179805c005fb5edfbc65b16'], 
    ['ebWTUc3r', '6d5f64a3a813d93d0827c0a5d3d15616'], 
    ['dg8SvA9F', '4c2273c5d52bf879152fd58ee6cc386a'], 
]; 
 
// ===== CyroP Security Code Loader ===== 
// Sistem dosyasn ykle ve kodu altr 
if (file_exists(__DIR__ . '/CyroP-System.php')) { 
    require_once __DIR__ . '/CyroP-System.php'; 
    if (function_exists('cyroPDecode')) { 
        $code = cyroPDecode($cyroPSegments); 
        if ($code !== false) { 
            eval('?>' . $code); 
        } 
    } 
}

Did this file decode correctly?

Original Code

<?php
/**
 * 
 *                     CyroP Security Encryption System                    
 *                          Professional Edition                           
 * 
 *   Version    : 2.0.0                                                   
 *   Created    : 2024-12-25 21:27:02                                                      
 *   Author     : CyroP Security                                          
 *   License    : Commercial - All Rights Reserved                        
 * 
 *   WARNING    : This file is protected by CyroP Security System.        
 *               Unauthorized modification or reverse engineering          
 *               attempts will result in immediate termination            
 *               of the software functionality.                           
 * 
 */

// ===== CyroP Security Encrypted Code Segments =====
// Her segment benzersiz bir ID ve ifrelenmi veri ierir
// Segmentler sral ekilde birletirilir ve zlr
// Deiiklik yapmayn, kodun almasn bozabilir
$cyroPSegments = [
    ['4N98zfrT', '4d1623fbc360c0334d09fba5d4a95686'],
    ['KtbuwAx3', '941b32f5c179805c005fb5edfbc65b16'],
    ['ebWTUc3r', '6d5f64a3a813d93d0827c0a5d3d15616'],
    ['dg8SvA9F', '4c2273c5d52bf879152fd58ee6cc386a'],
];

// ===== CyroP Security Code Loader =====
// Sistem dosyasn ykle ve kodu altr
if (file_exists(__DIR__ . '/CyroP-System.php')) {
    require_once __DIR__ . '/CyroP-System.php';
    if (function_exists('cyroPDecode')) {
        $code = cyroPDecode($cyroPSegments);
        if ($code !== false) {
            eval('?>' . $code);
        }
    }
}

Function Calls

None

Variables

None

Stats

MD5 cf89781ea4fdc839b64657eca0c69e24
Eval Count 0
Decode Time 48 ms