Libraries tagged by password-hash
ammardev/laravel-wp-hash-driver
9374 Downloads
Supports Wordpress passwords hashing and checking in Laravel's Hash facade.
mikemclin/wp-password
324 Downloads
Laravel package that checks and creates WordPress password hashes
marko/hashing
827 Downloads
Password hashing and verification for Marko Framework
maatify/crypto
3362 Downloads
High-level cryptographic primitives and security utilities for Maatify systems including password hashing, reversible encryption, HKDF key derivation, and key rotation.
yarri/password-hashing-machine
256 Downloads
Tool for hashing and checking passwords using a required (registered) hashing algorithm. It can handle more (legacy) hashing algorithms.
ayesh/wordpress-password-hash
181 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
selfsimilar/drupal7_password_hasher
9239 Downloads
Drupal 7 password hasher wrapped in a properly namespaced class wrapper.
vanqard/passman
7181 Downloads
Super simple password hash manager for hashing password, to verify password hashes and test for the need to rehash a password. Fully compliant oo wrapper.
phpwatch/wordpress-samesite
14 Downloads
This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site.
soatok/anthrokit-auth
285 Downloads
Authentication package for AnthroKit (Slim Framework 3)
pharaonic/laravel-users
182 Downloads
Laravel Users (Roles & Permissions, Devices, Password: Auto Hashing & History, Actions: Likes, Rates, Subscribes, Votes, Follows, Favorites, Bookmarks).
chrisholland/hashtuner
1 Downloads
Framework for tuning settings for password-hashing functions
tvorwachs/phpass
1064 Downloads
Portable PHP password hashing framework based on http://openwall.com/phpass/
plott/wp-password-bcrypt
437 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
pentagonal/phpass
1621 Downloads
PHP password hashing library original by open wall PhPass