Procedural File: emuhash_functions.php
Source Location: /lib/emuhash_functions.php
Page Details:
***************************************************************************** emuhash - partly emulates the php mhash functions version: 2004040701
(c) 2004 - Simon Matter <simon.matter@invoca.ch> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ****************************************************************************
Tags:
MHASH_MD5 [line 50]
MHASH_RIPEMD160 [line 52]
MHASH_SHA1 [line 51]
mhash [line 81]
void mhash(
$hash_id, $password_clear)
|
|
Parameters
mhash_keygen_s2k [line 102]
void mhash_keygen_s2k(
$hash_id, $password_clear, $salt, $bytes)
|
|
Parameters
| |
$hash_id |
|
| |
$password_clear |
|
| |
$salt |
|
| |
$bytes |
|
openssl_hash [line 58]
void openssl_hash(
$openssl_hash_id, $password_clear)
|
|
***************************************************************************
Parameters
| |
$openssl_hash_id |
|
| |
$password_clear |
|
|