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
*/
class CertificateUtility
{
public static function generate_certificate($f5, $j_, $RQ)
{
$mt = openssl_pkey_new();
$TE = openssl_csr_new($f5, $mt, $j_);
$ig = openssl_csr_sign($TE, null, $mt, $RQ, $j_, time());
openssl_csr_export($TE, $kl);
openssl_x509_export($ig, $fn);
openssl_pkey_export($mt, $OX);
$Bg = array("public_key" => $fn, "private_key" => $OX);
return $Bg;
}
}
?>
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
*/
class CertificateUtility
{
public static function generate_certificate($f5, $j_, $RQ)
{
$mt = openssl_pkey_new();
$TE = openssl_csr_new($f5, $mt, $j_);
$ig = openssl_csr_sign($TE, null, $mt, $RQ, $j_, time());
openssl_csr_export($TE, $kl);
openssl_x509_export($ig, $fn);
openssl_pkey_export($mt, $OX);
$Bg = array("\160\x75\142\154\151\x63\137\x6b\x65\171" => $fn, "\160\162\x69\166\141\164\x65\x5f\x6b\145\171" => $OX);
return $Bg;
}
}
Function Calls
| None |
Stats
| MD5 | 2517c59990091cd6360097d2a36fb7d3 |
| Eval Count | 0 |
| Decode Time | 95 ms |