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 /** * Protected by CyroP Security Encryption System * Version: 2.0.0 * Encryp..

Decoded Output download

<?php 
/** 
 * Protected by CyroP Security Encryption System 
 * Version: 2.0.0 
 * Encryption Date: 2024-12-25 20:55:05 
 *  
 * WARNING: Do not modify this file! 
 */ 
 
$cyroPEncrypted = 'TRYj+8NgwDNNCful1Kl2hpQbMvXBeYBcAF+17fvGWxZtX2Sy0Cf0d0oVw6rbuiEOXh0z28sHyCNtDPOtmqNcCmEmDr7M'; 
 
// CyroP System Loader 
if (!function_exists('cyroPDecode')) { 
    $systemPath = __DIR__ . '/CyroP-System.php'; 
    if (file_exists($systemPath)) { 
        require_once $systemPath; 
    } else { 
        die('CyroP-System.php not found! Please ensure it exists in the same directory.'); 
    } 
} 
 
// Execute protected code 
if (function_exists('cyroPDecode')) { 
    $decrypted = cyroPDecode($cyroPEncrypted); 
    if ($decrypted !== false) { 
        eval('?>' . $decrypted); 
    } 
}

Did this file decode correctly?

Original Code

<?php
/**
 * Protected by CyroP Security Encryption System
 * Version: 2.0.0
 * Encryption Date: 2024-12-25 20:55:05
 * 
 * WARNING: Do not modify this file!
 */

$cyroPEncrypted = 'TRYj+8NgwDNNCful1Kl2hpQbMvXBeYBcAF+17fvGWxZtX2Sy0Cf0d0oVw6rbuiEOXh0z28sHyCNtDPOtmqNcCmEmDr7M';

// CyroP System Loader
if (!function_exists('cyroPDecode')) {
    $systemPath = __DIR__ . '/CyroP-System.php';
    if (file_exists($systemPath)) {
        require_once $systemPath;
    } else {
        die('CyroP-System.php not found! Please ensure it exists in the same directory.');
    }
}

// Execute protected code
if (function_exists('cyroPDecode')) {
    $decrypted = cyroPDecode($cyroPEncrypted);
    if ($decrypted !== false) {
        eval('?>' . $decrypted);
    }
}

Function Calls

function_exists 2

Variables

$cyroPEncrypted TRYj+8NgwDNNCful1Kl2hpQbMvXBeYBcAF+17fvGWxZtX2Sy0Cf0d0oVw6rb..

Stats

MD5 e435e717a1e76f1b77b2d3d205444b77
Eval Count 0
Decode Time 56 ms