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 namespace IDP\Helper\Constants; class MoIDPConstants { const HOSTNAME ..
Decoded Output download
<?php
namespace IDP\Helper\Constants;
class MoIDPConstants
{
const HOSTNAME = "https://login.xecurify.com";
const DEFAULT_CUSTOMER_KEY = "16555";
const DEFAULT_API_KEY = "fFd2XcvTGDemZvbw1bcUesNJWEqKbbUq";
const AREA_OF_INTEREST = "WP IDP PLUGIN";
const UPGRADE_USERS_PLAN = "wp_saml_idp_upgrade_plan";
const PATTERN_PHONE = "/^[\+]\d{1,4}\d{7,12}$|^[\+]\d{1,4}[\s]\d{7,12}$/";
const FEEDBACK_EMAIL = "[email protected]";
const WS_FED = "WSFED";
const SAML = "SAML";
const JWT = "JWT";
const AUTHN_REQUEST = "AuthnRequest";
const LOGOUT_REQUEST = "LogoutRequest";
const SAML_RESPONSE = "SamlResponse";
const LOGOUT_RESPONSE = "LogoutResponse";
const WS_FED_RESPONSE = "WsFedResponse";
const JWT_RESPONSE = "JwtResponse";
const FAQ_URL = "https://faq.miniorange.com/kb/saml-single-sign-on/";
}
?>
Did this file decode correctly?
Original Code
<?php
namespace IDP\Helper\Constants;
class MoIDPConstants
{
const HOSTNAME = "\150\164\164\x70\163\72\57\57\x6c\x6f\x67\x69\x6e\56\x78\x65\x63\x75\162\151\146\171\x2e\x63\157\x6d";
const DEFAULT_CUSTOMER_KEY = "\61\66\x35\65\65";
const DEFAULT_API_KEY = "\x66\106\x64\x32\x58\143\166\124\x47\104\x65\155\132\166\142\x77\x31\142\143\125\145\x73\x4e\112\x57\x45\x71\113\142\142\125\x71";
const AREA_OF_INTEREST = "\127\120\x20\x49\x44\x50\x20\x50\x4c\x55\x47\111\116";
const UPGRADE_USERS_PLAN = "\167\x70\137\163\141\155\154\137\151\144\x70\x5f\x75\x70\147\162\141\144\x65\137\160\154\141\x6e";
const PATTERN_PHONE = "\57\x5e\133\134\53\135\134\x64\x7b\61\x2c\64\x7d\x5c\x64\173\67\54\61\62\175\44\174\x5e\x5b\134\x2b\135\134\144\x7b\x31\x2c\x34\175\133\x5c\x73\x5d\x5c\144\x7b\x37\54\61\x32\175\44\x2f";
const FEEDBACK_EMAIL = "\x73\x61\x6d\154\163\165\x70\x70\x6f\x72\x74\x40\x78\145\x63\x75\x72\151\146\x79\56\x63\x6f\155";
const WS_FED = "\127\123\106\105\x44";
const SAML = "\123\101\x4d\114";
const JWT = "\112\127\x54";
const AUTHN_REQUEST = "\101\x75\x74\x68\156\x52\x65\x71\x75\x65\x73\x74";
const LOGOUT_REQUEST = "\x4c\157\x67\157\165\164\122\x65\x71\165\145\163\164";
const SAML_RESPONSE = "\123\x61\x6d\x6c\122\x65\163\x70\157\156\163\145";
const LOGOUT_RESPONSE = "\x4c\x6f\147\157\165\164\122\x65\163\x70\157\156\x73\x65";
const WS_FED_RESPONSE = "\x57\163\106\145\x64\122\x65\163\x70\x6f\x6e\163\x65";
const JWT_RESPONSE = "\x4a\x77\164\x52\145\163\x70\x6f\156\163\145";
const FAQ_URL = "\150\164\x74\160\163\72\x2f\x2f\146\141\161\56\155\151\x6e\x69\x6f\162\x61\x6e\147\145\x2e\x63\157\x6d\57\x6b\x62\x2f\x73\x61\155\154\55\x73\151\x6e\147\x6c\x65\x2d\x73\151\147\x6e\55\x6f\x6e\57";
}
Function Calls
None |
Stats
MD5 | a619812ecdfb3844b16b252f8efa50d1 |
Eval Count | 0 |
Decode Time | 264 ms |