PHP Function List
mhash. doesn't exist. Closest matches:
- mhash
- hash
- ezmlm_hash
- udm_hash32
- mhash_count
- acosh
- umask
- asinh
- hash_init
- hash_copy
- hash_hmac
- hasmethod
- hash_file
- hash_final
- hash_algos
- shm_has_var
- gmp_hamdist
- imap_search
- hash_update
- imagesy
Site Search Results
-
Parameters hash The hash ID. One of the MHASH_hashname constants. data The user input, as a string. key If specified, the function will return the resulting HMAC instead. HMAC is keyed hashing for message authentication, or simply a message ...
-
Mhash Introduction Installing/Configuring Requirements Installation Runtime Configuration Resource Types Predefined Constants Examples Mhash Functions mhash_count — Gets the highest available hash ID mhash_get_block_size — Gets the block size of the ...
-
Installation You need to compile PHP with the --with-mhash[=DIR] parameter to enable this extension. DIR is the mhash installation directory. As of PHP 5.3.0, the mhash extension is emulated thru the Hash extension.
-
Mhash Functions Table of Contents mhash_count — Gets the highest available hash ID mhash_get_block_size — Gets the block size of the specified hash mhash_get_hash_name — Gets the name of the specified hash
-
Introduction These functions are intended to work with » mhash. Mhash can be used to create checksums, message digests, message authentication codes, and more. This is an interface to the mhash library.
-
Beschreibung string mhash_get_hash_name ( int $hash) mhash_get_hash_name() wird verwendet, um den Namen eines Hashes zu erfahren. mhash_get_hash_name() nimmt die Hash-Id als Argument und gibt den Namen des Hashs zurück oder FALSE, wenn der Hash ...
-
Installation Installing/Configuring [edit] Last updated: Fri, 11 May 2012 view this page in Requirements To use it, download the mhash distribution from » its web site and follow the included installation instructions.
-
The non mhash function is good as long you do not need a key longer than native MD5 hash (16 bytes) it wont give you more. So the non mhash function work OK but they ARE NOT the same thing. Just try ray ferguson exemple asking for a 32 bytes key.
-
$salt = mhash_keygen_s2k(MHASH_SHA1, $password, substr(pack('h*', md5(mt_rand())), 0, 8), 4); $hash = "{SSHA}".base64_encode(mhash(MHASH_SHA1, $password.$salt).$salt); return $hash;} Source code to validate SSHA passwords...
-
Parameters algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) See hash_algos() for a list of supported algorithms. data Message to be hashed. key Shared secret key used for generating the HMAC variant of the message ...

Other forms of search
To search the string "mhash." using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
