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 and signs a given text * * @phpstub * * @param resource $identi..
Decoded Output download
<?php
/**
* Encrypts and signs a given text
*
* @phpstub
*
* @param resource $identifier
* @param string $plaintext
*
* @return string On success, this function returns the encrypted and signed text.
* On failure, this function returns false.
*/
function gnupg_encryptsign($identifier, $plaintext)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Encrypts and signs a given text
*
* @phpstub
*
* @param resource $identifier
* @param string $plaintext
*
* @return string On success, this function returns the encrypted and signed text.
* On failure, this function returns false.
*/
function gnupg_encryptsign($identifier, $plaintext)
{
}
Function Calls
None |
Stats
MD5 | 592b33acfe55b8993c287dbd7be52c02 |
Eval Count | 0 |
Decode Time | 85 ms |