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 /** * This file is a part of the miniorange-saml-20-single-sign-on plugin. * ..
Decoded Output download
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
namespace MOSAML\LicenseLibrary\Exceptions;
if (defined("ABSPATH")) {
goto GS;
}
exit;
GS:
class Mo_License_Missing_Or_Invalid_Customer_Key_Exception extends \Exception
{
const MESSAGE = "MISSING_OR_INVALID_CUSTOMER_KEY";
public function __construct()
{
parent::__construct(self::MESSAGE);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
namespace MOSAML\LicenseLibrary\Exceptions;
if (defined("\101\x42\123\x50\x41\x54\x48")) {
goto GS;
}
exit;
GS:
class Mo_License_Missing_Or_Invalid_Customer_Key_Exception extends \Exception
{
const MESSAGE = "\115\111\x53\123\x49\x4e\x47\x5f\x4f\122\137\111\x4e\x56\x41\114\x49\104\137\x43\125\123\x54\x4f\x4d\x45\122\137\x4b\105\x59";
public function __construct()
{
parent::__construct(self::MESSAGE);
}
}
Function Calls
None |
Stats
MD5 | 98b2c413981790b4b3bcd14fa45f6abe |
Eval Count | 0 |
Decode Time | 94 ms |