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 /** * Decrypts crypttext with given parameters * * @phpstub * * @param string ..

Decoded Output download

<?php

/**
 * Decrypts crypttext with given parameters
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $key
 * @param string $data
 * @param string $mode
 * @param string $iv
 *
 * @return string Returns the decrypted data as a string.
 */
function mcrypt_decrypt($cipher, $key, $data, $mode, $iv = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decrypts crypttext with given parameters
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $key
 * @param string $data
 * @param string $mode
 * @param string $iv
 *
 * @return string Returns the decrypted data as a string.
 */
function mcrypt_decrypt($cipher, $key, $data, $mode, $iv = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 495d4f7b5cfc0427632785e4fcca6e87
Eval Count 0
Decode Time 81 ms