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 /** * Removes all keys which were set for encryption before * * @phpstub * * @..
Decoded Output download
<?php
/**
* Removes all keys which were set for encryption before
*
* @phpstub
*
* @param resource $identifier
*
* @return bool
*/
function gnupg_clearencryptkeys($identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Removes all keys which were set for encryption before
*
* @phpstub
*
* @param resource $identifier
*
* @return bool
*/
function gnupg_clearencryptkeys($identifier)
{
}
Function Calls
| None |
Stats
| MD5 | 76a3532ff1146fd795b7c1f75644c12b |
| Eval Count | 0 |
| Decode Time | 98 ms |