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 /** * Open sealed data * * @phpstub * * @param string $sealed_data * @param s..

Decoded Output download

<?php

/**
 * Open sealed data
 *
 * @phpstub
 *
 * @param string $sealed_data
 * @param string $open_data
 * @param string $env_key
 * @param mixed $priv_key_id
 * @param string $method
 *
 * @return bool 
 */
function openssl_open($sealed_data, &$open_data, $env_key, $priv_key_id, $method = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open sealed data
 *
 * @phpstub
 *
 * @param string $sealed_data
 * @param string $open_data
 * @param string $env_key
 * @param mixed $priv_key_id
 * @param string $method
 *
 * @return bool 
 */
function openssl_open($sealed_data, &$open_data, $env_key, $priv_key_id, $method = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 af316e19c5fa3524146e74a86788ce21
Eval Count 0
Decode Time 90 ms