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 /** * Decrypts data with private key * * @phpstub * * @param string $data * @..

Decoded Output download

<?php

/**
 * Decrypts data with private key
 *
 * @phpstub
 *
 * @param string $data
 * @param string $decrypted
 * @param mixed $key
 * @param int $padding
 *
 * @return bool 
 */
function openssl_private_decrypt($data, &$decrypted, $key, $padding = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decrypts data with private key
 *
 * @phpstub
 *
 * @param string $data
 * @param string $decrypted
 * @param mixed $key
 * @param int $padding
 *
 * @return bool 
 */
function openssl_private_decrypt($data, &$decrypted, $key, $padding = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 b504cd989f89ae17b09901ecabf20f12
Eval Count 0
Decode Time 92 ms