Download the PHP package xp-forge/hashing without Composer
On this page you can find all versions of the php package xp-forge/hashing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-forge/hashing
More information about xp-forge/hashing
Files in xp-forge/hashing
Download xp-forge/hashing
More information about xp-forge/hashing
Files in xp-forge/hashing
Vendor xp-forge
Package hashing
Short Description Hashing library
License BSD-3-Clause
Homepage http://xp-framework.net/
Package hashing
Short Description Hashing library
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package hashing
Hashing
Fluent interface to hashing functions provided by PHP, extended with Murmur3.
Examples
Calculate hash for a string, output using base32:
Incrementally updating hash, output hex (much like the builtin md5()
function does):
Comparing hashes using constant time comparison:
Algorithms
The following algorithms exist as shortcuts inside the entry point class:
Hashing::md5()
Hashing::sha1()
Hashing::sha256()
Hashing::sha512()
Hashing::murmur3_32()
Hashing::murmur3_128()
Other algorithms can be instantiated via Hashing::algorithm(string $name, var... $args)
, which may raise an IllegalArgumentException if the given algorithm is not available.
All versions of hashing with dependencies
PHP Build Version
Package Version
The package xp-forge/hashing contains the following files
Loading the files please wait ....