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 a given text * * @phpstub * * @param resource $identifier * @p..

Decoded Output download

<?php

/**
 * Encrypts a given text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $plaintext
 *
 * @return string On success, this function returns the encrypted text.
 *                On failure, this function returns false.
 */
function gnupg_encrypt($identifier, $plaintext)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Encrypts a given text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $plaintext
 *
 * @return string On success, this function returns the encrypted text.
 *                On failure, this function returns false.
 */
function gnupg_encrypt($identifier, $plaintext)
{
}

Function Calls

None

Variables

None

Stats

MD5 63e3e4fd1e598408a5ae79d9ca95784b
Eval Count 0
Decode Time 94 ms