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/decrypts data in OFB mode * * @phpstub * * @param int $cipher ..

Decoded Output download

<?php

/**
 * Encrypts/decrypts data in OFB mode
 *
 * @phpstub
 *
 * @param int $cipher
 * @param string $key
 * @param string $data
 * @param int $mode
 * @param string $iv
 *
 * @return string
 */
function mcrypt_ofb($cipher, $key, $data, $mode, $iv)
{
}

/**
 * Encrypts/decrypts data in OFB mode
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $key
 * @param string $data
 * @param int $mode
 * @param string $iv
 *
 * @return string
 */
function mcrypt_ofb($cipher, $key, $data, $mode, $iv = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Encrypts/decrypts data in OFB mode
 *
 * @phpstub
 *
 * @param int $cipher
 * @param string $key
 * @param string $data
 * @param int $mode
 * @param string $iv
 *
 * @return string
 */
function mcrypt_ofb($cipher, $key, $data, $mode, $iv)
{
}

/**
 * Encrypts/decrypts data in OFB mode
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $key
 * @param string $data
 * @param int $mode
 * @param string $iv
 *
 * @return string
 */
function mcrypt_ofb($cipher, $key, $data, $mode, $iv = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 8d94a6172a6f0169f48be131f529da1e
Eval Count 0
Decode Time 91 ms