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 /** * Add a key for encryption * * @phpstub * * @param resource $identifier *..

Decoded Output download

<?php

/**
 * Add a key for encryption
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $fingerprint
 *
 * @return bool 
 */
function gnupg_addencryptkey($identifier, $fingerprint)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add a key for encryption
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $fingerprint
 *
 * @return bool 
 */
function gnupg_addencryptkey($identifier, $fingerprint)
{
}

Function Calls

None

Variables

None

Stats

MD5 2dd7247fa1609b00a9ea4aa450a388f7
Eval Count 0
Decode Time 94 ms