Libraries tagged by hashing
esi/consistent-hash
99 Downloads
ConsistentHash is a small library which implements consistent hashing. Modernized fork of flexihash/flexihash.
bdelespierre/php-phash
50 Downloads
pHash implementation in PHP
canoma/canoma
161 Downloads
An intuitive and well tested library. That allows you to easily implement consistent hashing in your caching implementation. It's completely back-end agnostic, easy to extend and free to use.
xjtuwangke/passwordhash
128675 Downloads
Portable PHP password hashing framework
white-rabbit-1-sketch/php-file-hash-map
3 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
tvorwachs/phpass
729 Downloads
Portable PHP password hashing framework based on http://openwall.com/phpass/
phpcommon/comparison
65 Downloads
A library to represent equivalence relations and strategies for hashing and sorting values.
oire/iridium
166 Downloads
Iridium, a security library for hashing passwords, encrypting data and managing secure tokens.
mustafah15/hasher
7 Downloads
demo package to create message hashing
markhofstetter/pbkdf2hasher
169 Downloads
enable pbkdf2 hashing of laravel password to be compatible with pythons werkzeug
legitphp/hash-money
15 Downloads
A performance-oriented PHP package for image hashing algorithms using VIPS.
kelunik/streaming-hash
9 Downloads
On the fly hashing for Amp's streams.
j3j5/hmac-bcrypt-laravel
117 Downloads
A laravel hasher for the HMAC-BCrypt implementation for password hashing
insomnius/aurphm
564 Downloads
Aurelia pseudo hashing method is my experimental function to hash password with HMAC (Hash-based message authentication code), PBKDF2 (Password-Based Key Derivation Function 2) and Pseudo Random Bytes.
hamichen/laminas-doctrine-encrypt
449 Downloads
Provides property encryption and hashing for Doctrine Entities when used within Laminas