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 an S/MIME encrypted message * * @phpstub * * @param string $inf..
Decoded Output download
<?php
/**
* Decrypts an S/MIME encrypted message
*
* @phpstub
*
* @param string $infilename
* @param string $outfilename
* @param mixed $recipcert
* @param mixed $recipkey
*
* @return bool
*/
function openssl_pkcs7_decrypt($infilename, $outfilename, $recipcert, $recipkey = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decrypts an S/MIME encrypted message
*
* @phpstub
*
* @param string $infilename
* @param string $outfilename
* @param mixed $recipcert
* @param mixed $recipkey
*
* @return bool
*/
function openssl_pkcs7_decrypt($infilename, $outfilename, $recipcert, $recipkey = NULL)
{
}
Function Calls
None |
Stats
MD5 | 74f4e099c5b0faabcbba5436aafeaddd |
Eval Count | 0 |
Decode Time | 94 ms |