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 /** * Signs a given text * * @phpstub * * @param resource $identifier * @para..
Decoded Output download
<?php
/**
* Signs a given text
*
* @phpstub
*
* @param resource $identifier
* @param string $plaintext
*
* @return string On success, this function returns the signed text or the signature.
* On failure, this function returns false.
*/
function gnupg_sign($identifier, $plaintext)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Signs a given text
*
* @phpstub
*
* @param resource $identifier
* @param string $plaintext
*
* @return string On success, this function returns the signed text or the signature.
* On failure, this function returns false.
*/
function gnupg_sign($identifier, $plaintext)
{
}
Function Calls
None |
Stats
MD5 | 0d1cbd5f2ccb2e0c032d7dfa537f52ca |
Eval Count | 0 |
Decode Time | 107 ms |