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 key * * @phpstub * * @param int $hash * @param string $pass..
Decoded Output download
<?php
/**
* Generates a key
*
* @phpstub
*
* @param int $hash
* @param string $password
* @param string $salt
* @param int $bytes
*
* @return string Returns the generated key as a string, or false on error.
*/
function mhash_keygen_s2k($hash, $password, $salt, $bytes)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generates a key
*
* @phpstub
*
* @param int $hash
* @param string $password
* @param string $salt
* @param int $bytes
*
* @return string Returns the generated key as a string, or false on error.
*/
function mhash_keygen_s2k($hash, $password, $salt, $bytes)
{
}
Function Calls
None |
Stats
MD5 | 4dfd3c5b94e8772c3904b5148cbb0428 |
Eval Count | 0 |
Decode Time | 85 ms |