Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

const CACHE_TAG = 'weltixel_license'; const LICENSE_CONSTANT = "\x57\x45\x4c\x54\..

Decoded Output download

<?      const CACHE_TAG = 'weltixel_license'; 
    const LICENSE_CONSTANT = "WELTPIXEL"; 
    const LICENSE_PASSWORD = "weltpixel_cosmo"; 
    const LICENSE_IV = "welt_iv"; 
    const LICENSE_CIPHER = "aes-128-cbc"; 
    const LICENCE_KEY_PATH = "etc" . DIRECTORY_SEPARATOR . "module.info"; 
    const BUNDLE_KEY_PATH = "etc" . DIRECTORY_SEPARATOR . "bundle.info"; 
    const MODULE_INFO_PREFIX = "wp/info/"; 
    const LICENSE_INFO_PREFIX = "wp/flag/info"; 
    const LICENSE_VERSION = "1.7.0"; 
    const LICENSE_ENDPOINT = "http://license.weltpixel.com"; ?>

Did this file decode correctly?

Original Code

    const CACHE_TAG = 'weltixel_license';
    const LICENSE_CONSTANT = "\x57\x45\x4c\x54\x50\x49\x58\x45\x4c";
    const LICENSE_PASSWORD = "\x77\x65\x6c\x74\x70\x69\x78\x65\x6c\x5f\x63\x6f\x73\x6d\x6f";
    const LICENSE_IV = "\x77\x65\x6c\x74\x5f\x69\x76";
    const LICENSE_CIPHER = "\x61\x65\x73\x2d\x31\x32\x38\x2d\x63\x62\x63";
    const LICENCE_KEY_PATH = "\x65\x74\x63" . DIRECTORY_SEPARATOR . "\x6d\x6f\x64\x75\x6c\x65\x2e\x69\x6e\x66\x6f";
    const BUNDLE_KEY_PATH = "\x65\x74\x63" . DIRECTORY_SEPARATOR . "\x62\x75\x6e\x64\x6c\x65\x2e\x69\x6e\x66\x6f";
    const MODULE_INFO_PREFIX = "\x77\x70\x2f\x69\x6e\x66\x6f\x2f";
    const LICENSE_INFO_PREFIX = "\x77\x70\x2f\x66\x6c\x61\x67\x2f\x69\x6e\x66\x6f";
    const LICENSE_VERSION = "\x31\x2e\x37\x2e\x30";
    const LICENSE_ENDPOINT = "\x68\x74\x74\x70\x3a\x2f\x2f\x6c\x69\x63\x65\x6e\x73\x65\x2e\x77\x65\x6c\x74\x70\x69\x78\x65\x6c\x2e\x63\x6f\x6d";

Function Calls

None

Variables

None

Stats

MD5 53bed7641e1b371689add3cf7a94374a
Eval Count 0
Decode Time 90 ms