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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 f4151a2d88120d6c95638cbe858c7113
Eval Count 0
Decode Time 89 ms