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 /** * Generates a random string using mcrypt * * PHP version 5.5 * * @category ..
Decoded Output download
<?php
/**
* Generates a random string using mcrypt
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Security
* @subpackage Generator
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Security;
/**
* Generates a random string using mcrypt
*
* @category OpCacheGUI
* @package Security
* @subpackage Generator
* @author Pieter Hordijk <[email protected]>
*/
interface Generator
{
/**
* Generates a random string
*
* @param int $length The length of the random string to be generated
*
* @return string The generated token
*/
public function generate($length);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a random string using mcrypt
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Security
* @subpackage Generator
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Security;
/**
* Generates a random string using mcrypt
*
* @category OpCacheGUI
* @package Security
* @subpackage Generator
* @author Pieter Hordijk <[email protected]>
*/
interface Generator
{
/**
* Generates a random string
*
* @param int $length The length of the random string to be generated
*
* @return string The generated token
*/
public function generate($length);
}
Function Calls
None |
Stats
MD5 | 00cb0f40c98fb1431651df27dde717ee |
Eval Count | 0 |
Decode Time | 92 ms |