Libraries tagged by hashing
typisttech/wp-password-argon-two
407 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
esi/consistent-hash
110 Downloads
ConsistentHash is a small library which implements consistent hashing. Modernized fork of flexihash/flexihash.
bdelespierre/php-phash
51 Downloads
pHash implementation in PHP
canoma/canoma
162 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
128687 Downloads
Portable PHP password hashing framework
white-rabbit-1-sketch/php-file-hash-map
4 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
763 Downloads
Portable PHP password hashing framework based on http://openwall.com/phpass/
techdeck/password-hash
208 Downloads
password hashing algorithm
phpcommon/comparison
65 Downloads
A library to represent equivalence relations and strategies for hashing and sorting values.
pharaonic/laravel-users
177 Downloads
Laravel Users (Roles & Permissions, Devices, Password: Auto Hashing & History, Actions: Likes, Rates, Subscribes, Votes, Follows, Favorites, Bookmarks).
mustafah15/hasher
7 Downloads
demo package to create message hashing
kelunik/streaming-hash
10 Downloads
On the fly hashing for Amp's streams.
jazzman/wp-password-argon
367 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
j3j5/hmac-bcrypt-laravel
118 Downloads
A laravel hasher for the HMAC-BCrypt implementation for password hashing
hamichen/laminas-doctrine-encrypt
466 Downloads
Provides property encryption and hashing for Doctrine Entities when used within Laminas