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 data * * @phpstub * * @param string $data * @param string $met..

Decoded Output download

<?php

/**
 * Decrypts data
 *
 * @phpstub
 *
 * @param string $data
 * @param string $method
 * @param string $password
 * @param bool $raw_input
 * @param string $iv
 *
 * @return string The decrypted string on success.
 */
function openssl_decrypt($data, $method, $password, $raw_input = false, $iv = '')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decrypts data
 *
 * @phpstub
 *
 * @param string $data
 * @param string $method
 * @param string $password
 * @param bool $raw_input
 * @param string $iv
 *
 * @return string The decrypted string on success.
 */
function openssl_decrypt($data, $method, $password, $raw_input = false, $iv = '')
{
}

Function Calls

None

Variables

None

Stats

MD5 af9ab681243f20946a17afe1fa49993f
Eval Count 0
Decode Time 92 ms