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 MiniOrange\TwoFA\Helper; class TwoFAConstants { const MODULE..

Decoded Output download

<?php 
 
 
namespace MiniOrange\TwoFA\Helper; 
 
class TwoFAConstants 
{ 
    const MODULE_DIR = "MiniOrange_TwoFA"; 
    const MODULE_TITLE = "Two Factor Authentication"; 
    const MODULE_BASE = "::TwoFA"; 
    const MODULE_TWOFASETTINGS = "::twofa_settings"; 
    const MODULE_DELETE = "::ip_management"; 
    const MODULE_SIGNIN = "::signin_settings"; 
    const MODULE_ACCOUNT = "::account_settings"; 
    const MODULE_UPGRADE = "::upgrade"; 
    const MODULE_IP = "::ip"; 
    const MODULE_TFA = "moduleTfa"; 
    const INVOKE_INLINE_REGISTERATION = "invokeInline_"; 
    const ACTIVE_METHOD = "activeMethods_"; 
    const ADMIN_ACTIVE_METHOD_INLINE = "admin_activeMethods_"; 
    const ADMIN_SELECTED_ROLE = "admin_selected_role"; 
    const MODULE_SUPPORT = "::support"; 
    const MODULE_IMAGES = "::images/"; 
    const MODULE_CERTS = "::certs/"; 
    const MODULE_CSS = "::css/"; 
    const MODULE_JS = "::js/"; 
    const TwoFA_AUTHENTICATOR_ISSUER = "totp_appname"; 
    const TwoFA_AUTHENTICATOR_SECRET_DB_KEY = "moAuthenticatorSecret"; 
    const NUMBER_OF_ADMIN_METHOD = "number_of_activeMethod_"; 
    const NUMBER_OF_CUSTOMER_METHOD = "number_of_activeMethod_customer_"; 
    const INVOKE_TWOFA_DURING_CUSTOMER_REGISTRATION = "customer_registration_inline_"; 
    const SELECTED_WEBSITE_FOR_SETTING = "selected_website_for_setting"; 
    const CUSTOMER_WEBSITE_ID = "customer_website_id"; 
    const LOGIN_ADMIN_OPT = "TwoFALoginAdminUser"; 
    const TEST_CONFIG_OPT = "testConfig"; 
    const APP_NAME = "appName"; 
    const CLIENT_ID = "clientID"; 
    const CLIENT_SECRET = "clientSecret"; 
    const SCOPE = "scope"; 
    const AUTHORIZE_URL = "authorizeURL"; 
    const ACCESSTOKEN_URL = "accessTokenURL"; 
    const GETUSERINFO_URL = "getUserInfoURL"; 
    const TwoFA_LOGOUT_URL = "TwoFALogoutURL"; 
    const TEST_RELAYSTATE = "testvalidate"; 
    const MAP_MAP_BY = "amAccountMatcher"; 
    const DEFAULT_MAP_BY = "email"; 
    const DEFAULT_GROUP = "General"; 
    const SEND_HEADER = "header"; 
    const SEND_BODY = "body"; 
    const NAME_ID = "nameId"; 
    const IDP_NAME = "identityProviderName"; 
    const X509CERT = "certificate"; 
    const RESPONSE_SIGNED = "responseSigned"; 
    const ASSERTION_SIGNED = "assertionSigned"; 
    const ISSUER = "samlIssuer"; 
    const DB_FIRSTNAME = "firstname"; 
    const USER_NAME = "username"; 
    const DB_LASTNAME = "lastname"; 
    const CUSTOMER_KEY = "customerKey"; 
    const CUSTOMER_EMAIL = "email"; 
    const CUSTOMER_PHONE = "phone"; 
    const CUSTOMER_NAME = "cname"; 
    const CUSTOMER_FNAME = "customerFirstName"; 
    const CUSTOMER_LNAME = "customerLastName"; 
    const SAMLSP_CKL = "ckl"; 
    const SAMLSP_LK = "lk"; 
    const SHOW_ADMIN_LINK = "showadminlink"; 
    const SHOW_CUSTOMER_LINK = "showcustomerlink"; 
    const REG_STATUS = "registrationStatus"; 
    const API_KEY = "apiKey"; 
    const TOKEN = "token"; 
    const BUTTON_TEXT = "buttonText"; 
    const IS_TEST = "isTest"; 
    const MAP_EMAIL = "amEmail"; 
    const DEFAULT_MAP_EMAIL = "email"; 
    const MAP_USERNAME = "amUsername"; 
    const DEFAULT_MAP_USERN = "username"; 
    const MAP_FIRSTNAME = "amFirstName"; 
    const DEFAULT_MAP_FN = "firstName"; 
    const MAP_LASTNAME = "amLastName"; 
    const MAP_DEFAULT_ROLE = "defaultRole"; 
    const DEFAULT_ROLE = "General"; 
    const MAP_GROUP = "group"; 
    const UNLISTED_ROLE = "unlistedRole"; 
    const CREATEIFNOTMAP = "createUserIfRoleNotMapped"; 
    const TwoFA_LOGIN_URL = "moTwoFA/actions/sendAuthorizationRequest"; 
    const IMAGE_RIGHT = "right.png"; 
    const IMAGE_WRONG = "wrong.png"; 
    const TXT_ID = "miniorange/TwoFA/transactionID"; 
    const CALLBACK_URL = "moTwoFA/actions/ReadAuthorizationResponse"; 
    const CODE = "code"; 
    const GRANT_TYPE = "authorization_code"; 
    const TwoFA = "TwoFA"; 
    const HTTP_REDIRECT = "HttpRedirect"; 
    const STATUS_VERIFY_LOGIN = "MO_VERIFY_CUSTOMER"; 
    const STATUS_COMPLETE_LOGIN = "MO_VERIFIED"; 
    const DEFAULT_CUSTOMER_KEY = "16555"; 
    const DEFAULT_API_KEY = "fFd2XcvTGDemZvbw1bcUesNJWEqKbbUq"; 
    const SAMLSP_KEY = "customerKey"; 
    const VERSION = "v1.0.8"; 
    const HOSTNAME = "https://login.xecurify.com"; 
    const AREA_OF_INTEREST = "Magento 2 Factor Authentication Plugin"; 
    const PRE_USERNAME = "pre_username"; 
    const PRE_EMAIL = "pre_email"; 
    const PRE_ID = "pre_id"; 
    const PRE_PHONE = "pre_phone"; 
    const PRE_TRANSACTIONID = "pre_transactionid"; 
    const PRE_SECRET = "pre_secret"; 
    const PRE_ACTIVE_METHOD = "pre_active_method"; 
    const PRE_CONFIG_METHOD = "pre_config_method"; 
    const PRE_COUNTRY_CODE = "countrycode"; 
    const MAGENTO_COUNTER = "google_auth_counter_customer"; 
    const PRE_IS_INLINE = "isinline"; 
    const CUSTOMER_USERNAME = "customer_username"; 
    const CUSTOMER__EMAIL = "customer_email"; 
    const CUSTOMER_ID = "customer_id"; 
    const CUSTOMER__PHONE = "customer_phone"; 
    const CUSTOMER_TRANSACTIONID = "customer_transactionid"; 
    const CUSTOMER_SECRET = "customer_secret"; 
    const CUSTOMER_ACTIVE_METHOD = "customer_active_method"; 
    const CUSTOMER_CONFIG_METHOD = "customer_config_method"; 
    const CUSTOMER_COUNTRY_CODE = "customer_countrycode"; 
    const CUSTOMER_MAGENTO_COUNTER = "customer_google_auth_counter"; 
    const CUSTOMER_INLINE = "customer_inline"; 
    const ADMIN_USERNAME = "admin_username"; 
    const ADMIN__EMAIL = "admin_email"; 
    const ADMIN_ID = "admin_id"; 
    const ADMIN__PHONE = "admin_phone"; 
    const ADMIN_TRANSACTIONID = "admin_transactionid"; 
    const ADMIN_SECRET = "admin_secret"; 
    const ADMIN_ACTIVE_METHOD = "admin_active_method"; 
    const ADMIN_CONFIG_METHOD = "admin_config_method"; 
    const ADMIN_COUNTRY_CODE = "admin_countrycode"; 
    const ADMIN_MAGENTO_COUNTER = "admin_google_auth_counter"; 
    const ADMIN_IS_INLINE = "admin_isinline"; 
    const LK_NO_OF_USERS = "lk_no_of_users"; 
    const LK_VERIFY = "lk_verify"; 
    const CUSTOMER_COUNT = "lk_customer_count"; 
    const KBA_METHOD = "kba_method"; 
    const QUESTION_SET2 = "question_set2"; 
    const QUESTION_SET1 = "question_set1"; 
    const QUESTION_SET_STRING1 = "question_set_string1"; 
    const QUESTION_SET_STRING2 = "question_set_string2"; 
    const CUSTOM_GATEWAY_HOSTNAME = "custom_gateway_hostname"; 
    const CUSTOM_GATEWAY_PORT = "custom_gateway_port"; 
    const CUSTOM_GATEWAY_PROTOCOL = "custom_gateway_protocol"; 
    const CUSTOM_GATEWAY_AUTHENTICATION = "custom_gateway_authentication"; 
    const CUSTOM_GATEWAY_USERNAME = "custom_gateway_username"; 
    const CUSTOM_GATEWAY_PASSWORD = "custom_gateway_password"; 
    const CUSTOM_GATEWAY_SEND_FROM = "custom_gateway_sendFrom"; 
    const CUSTOM_GATEWAY_SEND_TO = "custom_gateway_sendTo"; 
    const ENABLE_CUSTOMGATEWAY = "enable_custom_gateway"; 
    const CUSTOMGATEWAY_OTP_LENGTH = "custom_gateway_otp_length"; 
    const CUSTOM_GATEWAY_TWILIO_SID = "custom_gateway_twilio_sid"; 
    const CUSTOM_GATEWAY_TWILIO_TOKEN = "custom_gateway_twilio_token"; 
    const CUSTOM_GATEWAY_TWILIO_NUMBER = "custom_gateway_twilio_ph_number"; 
    const CUSTOM_GATEWAY_API_PROVIDER = "custom_gateway_apiProvider_sms"; 
    const CUSTOM_GATEWAY_TEST_PHONE_NO = "custom_gateway_test_phone_no"; 
    const CUSTOMGATEWAY_SMS_MESSAGE = "customgateway_sms_message"; 
    const CUSTOM_GATEWAY_GETMETHOD_URL = "custom_gateway_getmethodURL"; 
    const CUSTOM_GATEWAY_POSTMETHOD_URL = "custom_gateway_postmethodURL"; 
    const CUSTOMGATEWAY_POST_FIELD = "custom_gateway_postMethodfields"; 
    const ENABLE_CUSTOMGATEWAY_SMS = "enable_customgateway_sms"; 
    const CUSTOMGATEWAY_POST_MESSAGE_ATTR = "custom_gateway_postMethod_message_attr"; 
    const CUSTOMGATEWAY_POST_PHONE_ATTR = "custom_gateway_postMethod_phone_attr"; 
    const CUSTOMGATEWAY_EMAIL_FROM = "custom_gateway_email_from"; 
    const CUSTOMGATEWAY_EMAIL_NAME = "custom_gateway_email_name"; 
    const ENABLE_CUSTOMGATEWAY_EMAIL = "enable_customgateway_email"; 
    const USER_MANAGEMENT_USERNAME = "user_management_username"; 
    const USER_MANAGEMENT_EMAIL = "user_management_email"; 
    const USER_MANAGEMENT_COUNTRYCODE = "user_management_countrycode"; 
    const USER_MANAGEMENT_PHONE = "user_management_phone"; 
    const USER_MANAGEMENT_ACTIVEMETHOD = "user_management_activemethod"; 
    const USER_MANAGEMENT_CONFIGUREDMETHOD = "user_management_configuredmethod"; 
    const USER_MANAGEMENT_WEBSITEID = "user_management_wesbite_id"; 
    const CUSTOMER_SELECTED_ROLE = "customer_selected_role"; 
    const POP_UI_VALUES = "popupui_values_"; 
    const PLAN_NAME = "magento_2fa_premium_plan"; 
    const PLAN_VERIFIED = "plan_verified"; 
    const SELECTED_TEMPLATE_ID = "selected_templet_id"; 
    const IP_CUSTOMER = "ip_customer_checkbox"; 
    const IP_ADMIN = "ip_admin_checkbox"; 
    const SKIP_TWOFA = "skiptwofa_for_all_customer"; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace MiniOrange\TwoFA\Helper;

class TwoFAConstants
{
    const MODULE_DIR = "\x4d\x69\156\151\117\162\x61\156\147\x65\x5f\x54\x77\x6f\106\101";
    const MODULE_TITLE = "\x54\167\157\40\106\x61\143\164\157\x72\40\101\x75\164\150\145\156\x74\151\x63\141\x74\151\157\156";
    const MODULE_BASE = "\72\x3a\124\167\x6f\x46\x41";
    const MODULE_TWOFASETTINGS = "\72\x3a\x74\167\157\146\x61\137\x73\x65\x74\x74\x69\x6e\x67\163";
    const MODULE_DELETE = "\72\x3a\151\160\x5f\155\141\156\141\x67\145\x6d\145\x6e\x74";
    const MODULE_SIGNIN = "\72\72\x73\151\147\x6e\151\156\x5f\163\145\x74\x74\x69\156\x67\x73";
    const MODULE_ACCOUNT = "\x3a\x3a\141\x63\143\x6f\x75\x6e\x74\137\x73\145\x74\164\151\156\147\x73";
    const MODULE_UPGRADE = "\72\72\165\x70\x67\x72\x61\144\145";
    const MODULE_IP = "\x3a\72\x69\160";
    const MODULE_TFA = "\x6d\157\x64\x75\x6c\x65\x54\146\x61";
    const INVOKE_INLINE_REGISTERATION = "\151\156\166\x6f\x6b\145\x49\x6e\x6c\151\156\x65\x5f";
    const ACTIVE_METHOD = "\x61\x63\x74\x69\x76\x65\115\x65\x74\x68\x6f\144\163\x5f";
    const ADMIN_ACTIVE_METHOD_INLINE = "\141\x64\x6d\151\x6e\137\141\x63\x74\151\x76\x65\x4d\145\164\x68\x6f\x64\x73\137";
    const ADMIN_SELECTED_ROLE = "\141\144\x6d\x69\156\x5f\x73\x65\x6c\x65\143\164\x65\144\137\162\x6f\154\145";
    const MODULE_SUPPORT = "\x3a\72\163\165\160\160\157\162\164";
    const MODULE_IMAGES = "\x3a\72\151\155\x61\x67\145\x73\57";
    const MODULE_CERTS = "\72\x3a\x63\145\162\164\163\x2f";
    const MODULE_CSS = "\72\x3a\x63\x73\163\x2f";
    const MODULE_JS = "\72\x3a\x6a\163\x2f";
    const TwoFA_AUTHENTICATOR_ISSUER = "\x74\157\164\x70\x5f\x61\x70\x70\x6e\x61\155\x65";
    const TwoFA_AUTHENTICATOR_SECRET_DB_KEY = "\x6d\157\x41\165\x74\150\x65\x6e\x74\x69\x63\141\164\x6f\x72\x53\x65\143\x72\x65\x74";
    const NUMBER_OF_ADMIN_METHOD = "\156\x75\x6d\x62\x65\162\137\157\146\137\141\143\x74\151\166\145\115\145\164\x68\x6f\x64\x5f";
    const NUMBER_OF_CUSTOMER_METHOD = "\156\x75\x6d\142\x65\x72\x5f\157\146\137\x61\143\x74\x69\166\x65\x4d\145\164\x68\x6f\144\x5f\143\165\x73\164\157\155\x65\x72\137";
    const INVOKE_TWOFA_DURING_CUSTOMER_REGISTRATION = "\143\x75\163\164\157\x6d\x65\x72\137\x72\145\147\151\163\164\162\141\x74\x69\157\x6e\x5f\x69\156\x6c\151\156\145\x5f";
    const SELECTED_WEBSITE_FOR_SETTING = "\x73\x65\x6c\145\143\164\145\x64\x5f\167\145\x62\x73\x69\x74\x65\x5f\146\x6f\162\137\x73\145\x74\164\151\x6e\147";
    const CUSTOMER_WEBSITE_ID = "\x63\165\163\x74\157\x6d\145\x72\137\x77\145\142\163\x69\164\145\x5f\151\x64";
    const LOGIN_ADMIN_OPT = "\124\167\x6f\106\x41\114\157\x67\x69\x6e\x41\x64\x6d\x69\156\x55\x73\x65\162";
    const TEST_CONFIG_OPT = "\x74\x65\163\x74\103\157\156\146\151\x67";
    const APP_NAME = "\141\160\160\x4e\141\x6d\x65";
    const CLIENT_ID = "\143\x6c\151\x65\x6e\x74\x49\x44";
    const CLIENT_SECRET = "\x63\x6c\151\145\x6e\164\123\145\x63\162\145\164";
    const SCOPE = "\163\x63\157\x70\x65";
    const AUTHORIZE_URL = "\141\165\x74\x68\x6f\x72\x69\172\145\125\x52\114";
    const ACCESSTOKEN_URL = "\x61\x63\143\145\163\163\124\157\x6b\145\x6e\125\122\x4c";
    const GETUSERINFO_URL = "\147\145\164\x55\x73\x65\162\111\x6e\146\157\x55\x52\114";
    const TwoFA_LOGOUT_URL = "\124\x77\157\106\x41\x4c\157\147\x6f\165\164\125\x52\x4c";
    const TEST_RELAYSTATE = "\x74\x65\x73\x74\166\x61\154\151\144\141\x74\145";
    const MAP_MAP_BY = "\141\155\x41\x63\143\157\165\x6e\x74\x4d\141\164\x63\150\x65\162";
    const DEFAULT_MAP_BY = "\x65\x6d\141\x69\154";
    const DEFAULT_GROUP = "\x47\x65\x6e\145\x72\141\x6c";
    const SEND_HEADER = "\x68\x65\141\144\145\x72";
    const SEND_BODY = "\142\x6f\144\x79";
    const NAME_ID = "\156\141\x6d\145\x49\x64";
    const IDP_NAME = "\x69\x64\x65\156\x74\x69\x74\171\x50\x72\157\x76\151\x64\x65\x72\116\x61\x6d\145";
    const X509CERT = "\x63\145\x72\164\151\146\151\143\x61\164\145";
    const RESPONSE_SIGNED = "\162\x65\163\x70\x6f\156\x73\x65\x53\x69\147\x6e\x65\144";
    const ASSERTION_SIGNED = "\x61\163\x73\x65\x72\x74\x69\x6f\x6e\123\151\147\156\145\x64";
    const ISSUER = "\x73\141\155\x6c\x49\x73\163\x75\x65\162";
    const DB_FIRSTNAME = "\x66\x69\x72\163\164\156\x61\155\x65";
    const USER_NAME = "\x75\x73\145\162\156\x61\x6d\145";
    const DB_LASTNAME = "\154\141\x73\x74\x6e\141\x6d\x65";
    const CUSTOMER_KEY = "\x63\x75\x73\164\157\x6d\x65\162\x4b\x65\171";
    const CUSTOMER_EMAIL = "\x65\x6d\141\151\154";
    const CUSTOMER_PHONE = "\x70\x68\x6f\x6e\x65";
    const CUSTOMER_NAME = "\143\156\x61\155\x65";
    const CUSTOMER_FNAME = "\x63\165\x73\164\x6f\155\x65\162\106\x69\162\163\x74\x4e\141\x6d\x65";
    const CUSTOMER_LNAME = "\143\x75\163\x74\x6f\155\x65\x72\x4c\141\x73\x74\x4e\141\155\x65";
    const SAMLSP_CKL = "\143\x6b\x6c";
    const SAMLSP_LK = "\x6c\x6b";
    const SHOW_ADMIN_LINK = "\163\150\157\x77\x61\x64\155\x69\x6e\x6c\x69\156\x6b";
    const SHOW_CUSTOMER_LINK = "\x73\x68\157\167\x63\x75\x73\164\x6f\155\x65\x72\x6c\x69\x6e\153";
    const REG_STATUS = "\x72\x65\147\x69\x73\x74\x72\x61\x74\151\157\156\x53\x74\141\x74\165\x73";
    const API_KEY = "\x61\160\x69\x4b\x65\171";
    const TOKEN = "\164\x6f\x6b\x65\x6e";
    const BUTTON_TEXT = "\142\165\164\164\x6f\x6e\124\x65\170\x74";
    const IS_TEST = "\x69\x73\124\x65\163\x74";
    const MAP_EMAIL = "\x61\x6d\105\155\141\x69\x6c";
    const DEFAULT_MAP_EMAIL = "\x65\155\141\x69\x6c";
    const MAP_USERNAME = "\141\x6d\125\163\x65\162\x6e\x61\155\x65";
    const DEFAULT_MAP_USERN = "\x75\163\145\x72\156\x61\155\x65";
    const MAP_FIRSTNAME = "\141\155\106\151\162\x73\164\x4e\x61\155\x65";
    const DEFAULT_MAP_FN = "\146\x69\162\163\x74\116\141\155\x65";
    const MAP_LASTNAME = "\141\155\114\141\x73\x74\116\141\x6d\145";
    const MAP_DEFAULT_ROLE = "\144\x65\x66\x61\x75\154\164\x52\x6f\x6c\x65";
    const DEFAULT_ROLE = "\x47\x65\x6e\x65\x72\141\154";
    const MAP_GROUP = "\147\162\157\x75\160";
    const UNLISTED_ROLE = "\x75\156\154\151\x73\x74\145\144\122\x6f\154\145";
    const CREATEIFNOTMAP = "\x63\162\x65\x61\164\x65\125\163\145\162\x49\146\x52\x6f\154\145\x4e\157\x74\x4d\x61\160\160\145\x64";
    const TwoFA_LOGIN_URL = "\x6d\157\124\167\157\x46\101\57\x61\143\164\151\x6f\x6e\x73\x2f\163\x65\156\x64\x41\x75\164\x68\x6f\162\151\172\x61\164\151\x6f\156\122\145\161\x75\x65\x73\x74";
    const IMAGE_RIGHT = "\x72\x69\x67\150\164\x2e\x70\x6e\147";
    const IMAGE_WRONG = "\167\162\157\156\x67\56\160\156\147";
    const TXT_ID = "\x6d\151\156\x69\157\x72\141\x6e\147\145\57\x54\167\157\106\101\57\164\x72\141\156\163\141\x63\x74\151\x6f\156\x49\x44";
    const CALLBACK_URL = "\155\157\x54\167\x6f\106\x41\x2f\x61\143\164\151\157\x6e\x73\x2f\x52\x65\141\144\101\165\164\x68\157\162\x69\172\141\164\151\x6f\156\122\145\x73\x70\157\x6e\163\145";
    const CODE = "\143\157\144\x65";
    const GRANT_TYPE = "\x61\165\164\150\x6f\x72\151\172\141\x74\151\157\156\137\143\157\x64\x65";
    const TwoFA = "\x54\167\157\106\x41";
    const HTTP_REDIRECT = "\110\164\x74\x70\x52\x65\x64\151\x72\145\x63\164";
    const STATUS_VERIFY_LOGIN = "\x4d\x4f\x5f\x56\105\x52\x49\106\x59\137\103\125\x53\124\x4f\115\105\122";
    const STATUS_COMPLETE_LOGIN = "\x4d\117\137\126\x45\122\111\106\111\105\104";
    const DEFAULT_CUSTOMER_KEY = "\61\66\x35\x35\65";
    const DEFAULT_API_KEY = "\x66\106\x64\x32\x58\x63\x76\124\x47\104\145\155\132\166\x62\167\x31\142\143\x55\x65\163\116\x4a\127\x45\x71\113\x62\142\x55\x71";
    const SAMLSP_KEY = "\x63\165\x73\x74\x6f\x6d\x65\162\x4b\145\x79";
    const VERSION = "\166\x31\x2e\x30\56\x38";
    const HOSTNAME = "\150\x74\164\160\x73\72\57\57\x6c\x6f\x67\151\156\56\170\145\x63\165\x72\x69\x66\171\x2e\x63\157\x6d";
    const AREA_OF_INTEREST = "\115\141\147\x65\156\164\x6f\x20\62\40\x46\141\143\x74\x6f\162\x20\101\165\x74\150\145\156\164\x69\x63\x61\164\151\x6f\156\x20\120\x6c\165\147\x69\x6e";
    const PRE_USERNAME = "\x70\x72\x65\x5f\165\x73\x65\162\x6e\141\x6d\145";
    const PRE_EMAIL = "\160\162\x65\137\145\155\141\151\154";
    const PRE_ID = "\160\x72\145\137\151\144";
    const PRE_PHONE = "\x70\x72\x65\x5f\160\150\157\x6e\x65";
    const PRE_TRANSACTIONID = "\160\162\145\x5f\x74\x72\141\x6e\x73\x61\143\x74\x69\x6f\156\x69\x64";
    const PRE_SECRET = "\160\x72\x65\137\163\145\143\162\x65\x74";
    const PRE_ACTIVE_METHOD = "\x70\162\x65\x5f\x61\143\x74\151\166\145\x5f\155\x65\x74\150\157\x64";
    const PRE_CONFIG_METHOD = "\160\x72\x65\137\x63\157\x6e\x66\x69\x67\137\x6d\x65\x74\x68\157\x64";
    const PRE_COUNTRY_CODE = "\x63\x6f\x75\x6e\164\162\x79\143\157\x64\x65";
    const MAGENTO_COUNTER = "\147\x6f\157\147\154\145\137\x61\x75\164\150\x5f\143\157\165\x6e\x74\x65\x72\137\x63\165\163\x74\x6f\x6d\145\x72";
    const PRE_IS_INLINE = "\151\163\x69\x6e\154\151\x6e\145";
    const CUSTOMER_USERNAME = "\143\165\163\x74\157\155\x65\162\137\165\x73\x65\162\x6e\141\155\145";
    const CUSTOMER__EMAIL = "\143\165\x73\x74\157\x6d\x65\x72\137\x65\155\x61\x69\x6c";
    const CUSTOMER_ID = "\x63\165\x73\x74\157\155\x65\x72\x5f\151\x64";
    const CUSTOMER__PHONE = "\x63\x75\163\164\x6f\155\145\162\x5f\x70\150\x6f\156\x65";
    const CUSTOMER_TRANSACTIONID = "\x63\165\163\164\157\155\145\x72\137\x74\x72\x61\x6e\x73\x61\143\x74\x69\x6f\156\151\x64";
    const CUSTOMER_SECRET = "\x63\165\x73\164\x6f\155\145\162\137\x73\145\x63\162\145\x74";
    const CUSTOMER_ACTIVE_METHOD = "\x63\165\x73\164\157\x6d\145\162\137\x61\143\x74\x69\x76\145\137\x6d\145\164\x68\157\x64";
    const CUSTOMER_CONFIG_METHOD = "\x63\x75\x73\x74\157\155\x65\x72\137\143\x6f\x6e\146\151\x67\x5f\155\x65\x74\x68\x6f\144";
    const CUSTOMER_COUNTRY_CODE = "\x63\165\163\x74\157\x6d\145\162\137\x63\157\165\156\x74\162\x79\x63\x6f\x64\x65";
    const CUSTOMER_MAGENTO_COUNTER = "\143\x75\163\164\157\155\x65\x72\x5f\147\157\x6f\147\x6c\x65\137\141\165\164\150\137\x63\157\x75\156\x74\145\x72";
    const CUSTOMER_INLINE = "\x63\x75\163\x74\x6f\x6d\145\162\137\x69\x6e\154\x69\156\145";
    const ADMIN_USERNAME = "\x61\144\155\151\156\137\x75\163\145\162\x6e\141\155\x65";
    const ADMIN__EMAIL = "\141\x64\x6d\151\x6e\x5f\145\155\141\x69\x6c";
    const ADMIN_ID = "\141\144\155\151\x6e\137\151\144";
    const ADMIN__PHONE = "\x61\144\155\x69\156\137\x70\x68\157\x6e\x65";
    const ADMIN_TRANSACTIONID = "\141\144\x6d\x69\x6e\137\164\162\x61\156\x73\141\143\164\151\x6f\x6e\x69\144";
    const ADMIN_SECRET = "\141\x64\155\x69\156\x5f\x73\x65\x63\162\145\x74";
    const ADMIN_ACTIVE_METHOD = "\x61\x64\x6d\151\156\x5f\x61\143\164\x69\166\145\x5f\x6d\145\164\150\157\144";
    const ADMIN_CONFIG_METHOD = "\x61\144\155\151\156\x5f\143\157\x6e\146\x69\x67\137\155\x65\x74\x68\157\x64";
    const ADMIN_COUNTRY_CODE = "\141\x64\155\151\x6e\x5f\143\x6f\165\x6e\x74\162\x79\143\157\144\x65";
    const ADMIN_MAGENTO_COUNTER = "\x61\144\155\151\156\x5f\x67\157\157\x67\x6c\145\137\x61\x75\164\x68\x5f\x63\x6f\165\156\x74\145\162";
    const ADMIN_IS_INLINE = "\x61\x64\x6d\x69\156\137\151\x73\x69\x6e\154\x69\156\x65";
    const LK_NO_OF_USERS = "\x6c\153\x5f\x6e\x6f\x5f\157\146\x5f\x75\163\145\x72\163";
    const LK_VERIFY = "\154\x6b\137\x76\x65\x72\x69\x66\x79";
    const CUSTOMER_COUNT = "\x6c\x6b\x5f\x63\x75\x73\x74\157\x6d\x65\162\x5f\143\157\165\156\164";
    const KBA_METHOD = "\153\142\x61\x5f\x6d\145\164\x68\x6f\144";
    const QUESTION_SET2 = "\161\165\x65\163\164\151\x6f\x6e\x5f\163\x65\x74\x32";
    const QUESTION_SET1 = "\x71\x75\145\x73\164\x69\157\x6e\137\x73\145\164\x31";
    const QUESTION_SET_STRING1 = "\161\x75\x65\x73\164\x69\157\x6e\x5f\x73\x65\164\137\x73\164\162\x69\156\147\61";
    const QUESTION_SET_STRING2 = "\161\165\x65\x73\x74\151\x6f\x6e\137\163\x65\164\x5f\x73\164\162\151\x6e\x67\x32";
    const CUSTOM_GATEWAY_HOSTNAME = "\143\165\x73\x74\x6f\155\137\x67\x61\164\x65\167\x61\171\137\150\x6f\x73\x74\x6e\141\x6d\145";
    const CUSTOM_GATEWAY_PORT = "\143\165\163\x74\x6f\155\x5f\x67\141\164\x65\x77\141\x79\x5f\x70\x6f\x72\x74";
    const CUSTOM_GATEWAY_PROTOCOL = "\x63\x75\x73\x74\x6f\x6d\x5f\x67\x61\x74\x65\x77\141\x79\137\160\x72\157\x74\x6f\143\157\x6c";
    const CUSTOM_GATEWAY_AUTHENTICATION = "\x63\x75\x73\x74\157\x6d\x5f\x67\141\x74\x65\x77\141\171\x5f\141\165\x74\150\x65\156\164\151\143\141\164\151\157\x6e";
    const CUSTOM_GATEWAY_USERNAME = "\x63\x75\x73\x74\x6f\155\137\x67\x61\164\x65\x77\x61\x79\137\x75\163\x65\x72\156\x61\155\145";
    const CUSTOM_GATEWAY_PASSWORD = "\x63\x75\163\164\x6f\155\137\x67\141\164\145\167\x61\x79\137\160\141\163\163\x77\157\162\144";
    const CUSTOM_GATEWAY_SEND_FROM = "\x63\x75\163\x74\157\x6d\137\x67\x61\x74\145\x77\141\171\137\x73\145\x6e\x64\x46\x72\157\x6d";
    const CUSTOM_GATEWAY_SEND_TO = "\x63\165\163\164\x6f\155\137\147\141\164\x65\167\141\x79\x5f\x73\x65\x6e\144\x54\x6f";
    const ENABLE_CUSTOMGATEWAY = "\x65\x6e\141\x62\154\x65\137\x63\x75\x73\x74\157\x6d\x5f\147\x61\164\145\167\141\171";
    const CUSTOMGATEWAY_OTP_LENGTH = "\143\x75\x73\x74\x6f\155\x5f\x67\141\x74\x65\167\141\x79\137\157\x74\160\137\x6c\x65\x6e\147\x74\150";
    const CUSTOM_GATEWAY_TWILIO_SID = "\x63\x75\163\x74\x6f\x6d\x5f\147\x61\x74\x65\167\141\x79\x5f\164\x77\151\154\151\157\x5f\163\x69\x64";
    const CUSTOM_GATEWAY_TWILIO_TOKEN = "\x63\165\x73\x74\157\x6d\137\x67\141\x74\x65\167\x61\171\x5f\164\x77\151\x6c\x69\x6f\x5f\x74\157\x6b\x65\156";
    const CUSTOM_GATEWAY_TWILIO_NUMBER = "\x63\165\x73\x74\x6f\x6d\x5f\147\x61\x74\145\167\141\x79\137\164\x77\x69\x6c\x69\157\137\160\x68\x5f\156\165\x6d\x62\145\x72";
    const CUSTOM_GATEWAY_API_PROVIDER = "\x63\165\163\164\x6f\155\x5f\x67\x61\x74\145\x77\141\171\137\x61\x70\x69\x50\x72\157\x76\x69\x64\145\162\x5f\163\155\163";
    const CUSTOM_GATEWAY_TEST_PHONE_NO = "\143\165\163\164\x6f\x6d\x5f\147\141\x74\145\167\141\x79\x5f\164\x65\x73\164\x5f\160\x68\x6f\x6e\145\137\156\x6f";
    const CUSTOMGATEWAY_SMS_MESSAGE = "\x63\165\x73\164\x6f\x6d\147\x61\x74\x65\x77\x61\171\x5f\163\155\163\137\155\145\x73\163\141\147\x65";
    const CUSTOM_GATEWAY_GETMETHOD_URL = "\x63\165\x73\x74\x6f\155\x5f\147\x61\164\145\x77\141\x79\x5f\x67\145\164\155\145\x74\150\x6f\x64\x55\x52\x4c";
    const CUSTOM_GATEWAY_POSTMETHOD_URL = "\143\165\x73\164\x6f\x6d\x5f\147\x61\164\145\x77\141\x79\137\160\157\x73\164\x6d\x65\x74\x68\157\144\125\122\x4c";
    const CUSTOMGATEWAY_POST_FIELD = "\x63\x75\x73\x74\157\x6d\137\x67\x61\164\x65\167\141\x79\x5f\x70\x6f\163\x74\115\145\x74\150\x6f\144\x66\x69\145\x6c\x64\163";
    const ENABLE_CUSTOMGATEWAY_SMS = "\x65\156\x61\142\x6c\x65\137\x63\x75\x73\164\157\x6d\147\x61\164\x65\x77\x61\x79\x5f\x73\155\163";
    const CUSTOMGATEWAY_POST_MESSAGE_ATTR = "\x63\165\x73\164\x6f\x6d\x5f\147\x61\164\145\167\141\x79\x5f\x70\157\x73\164\x4d\x65\164\150\157\x64\137\x6d\x65\x73\x73\x61\x67\x65\x5f\141\164\x74\x72";
    const CUSTOMGATEWAY_POST_PHONE_ATTR = "\x63\x75\163\x74\157\x6d\137\x67\x61\x74\x65\167\141\171\137\x70\157\x73\x74\x4d\145\164\150\157\x64\137\160\x68\157\156\145\137\x61\164\x74\162";
    const CUSTOMGATEWAY_EMAIL_FROM = "\143\165\163\164\157\x6d\137\147\x61\x74\145\167\x61\171\137\145\x6d\141\151\x6c\137\146\162\x6f\155";
    const CUSTOMGATEWAY_EMAIL_NAME = "\143\x75\x73\x74\157\155\137\147\141\164\145\167\141\x79\x5f\x65\155\141\x69\154\137\x6e\141\155\x65";
    const ENABLE_CUSTOMGATEWAY_EMAIL = "\145\x6e\141\142\154\145\x5f\143\165\x73\164\157\x6d\147\x61\x74\145\167\141\x79\137\x65\155\x61\151\x6c";
    const USER_MANAGEMENT_USERNAME = "\x75\163\x65\162\x5f\x6d\141\x6e\141\x67\x65\x6d\145\x6e\164\137\x75\163\145\x72\156\x61\155\145";
    const USER_MANAGEMENT_EMAIL = "\x75\163\145\x72\137\155\141\x6e\141\x67\x65\155\145\x6e\164\x5f\145\155\x61\x69\154";
    const USER_MANAGEMENT_COUNTRYCODE = "\x75\163\x65\162\x5f\x6d\x61\x6e\x61\147\x65\x6d\x65\156\x74\x5f\143\x6f\165\156\x74\162\171\143\x6f\x64\x65";
    const USER_MANAGEMENT_PHONE = "\165\x73\x65\162\x5f\155\141\x6e\141\x67\145\155\x65\156\x74\137\160\x68\x6f\156\x65";
    const USER_MANAGEMENT_ACTIVEMETHOD = "\x75\163\145\x72\x5f\x6d\141\x6e\x61\147\x65\155\145\156\x74\137\141\x63\x74\151\166\x65\x6d\x65\x74\x68\x6f\x64";
    const USER_MANAGEMENT_CONFIGUREDMETHOD = "\165\163\x65\162\137\x6d\x61\x6e\141\147\145\155\145\156\x74\137\143\x6f\x6e\x66\x69\147\x75\x72\145\x64\155\145\x74\150\x6f\144";
    const USER_MANAGEMENT_WEBSITEID = "\165\x73\145\x72\137\x6d\141\x6e\x61\147\145\155\x65\156\164\137\167\x65\x73\142\151\x74\145\x5f\x69\x64";
    const CUSTOMER_SELECTED_ROLE = "\143\165\x73\164\x6f\155\x65\162\x5f\163\145\154\x65\143\x74\145\x64\137\162\x6f\x6c\x65";
    const POP_UI_VALUES = "\160\157\160\165\x70\x75\x69\137\166\x61\x6c\x75\145\x73\137";
    const PLAN_NAME = "\155\141\x67\x65\156\x74\157\137\x32\146\141\x5f\160\x72\145\x6d\151\165\x6d\137\x70\x6c\x61\x6e";
    const PLAN_VERIFIED = "\x70\154\141\156\137\166\x65\x72\x69\146\151\x65\144";
    const SELECTED_TEMPLATE_ID = "\x73\145\x6c\x65\x63\164\x65\x64\x5f\x74\x65\155\160\154\145\164\137\151\x64";
    const IP_CUSTOMER = "\151\x70\137\143\x75\x73\x74\x6f\x6d\145\x72\x5f\143\x68\145\143\153\142\157\170";
    const IP_ADMIN = "\151\160\137\141\x64\x6d\x69\x6e\x5f\143\150\145\x63\153\142\157\170";
    const SKIP_TWOFA = "\163\153\x69\x70\164\167\x6f\x66\x61\x5f\x66\157\162\137\x61\x6c\x6c\137\143\165\x73\164\157\x6d\x65\162";
}

Function Calls

None

Variables

None

Stats

MD5 4fd9e2c07fe5225ef40963330fe79dbd
Eval Count 0
Decode Time 120 ms