Libraries tagged by password-hash
mccahan/laravel-auto-rehash
3281 Downloads
Automatically update Laravel password hashes as users authenticate
mikemclin/wp-password
287 Downloads
Laravel package that checks and creates WordPress password hashes
vanilla/legacy-passwords
140529 Downloads
Provides support for legacy password hashing in common frameworks.
vanilla/garden-password
147897 Downloads
Provides a standard password hashing interface and support for password hashing in common frameworks.
jhonyspicy/phpass
3108 Downloads
Portable PHP password hashing framework
yarri/password-hashing-machine
175 Downloads
Tool for hashing and checking passwords using a required (registered) hashing algorithm. It can handle more (legacy) hashing algorithms.
daggerx/password-hasher
5 Downloads
Ultra-secure password hashing and encryption library.
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.
netsilik/peppered-passwords
1642 Downloads
Secure password hashing using HMAC before (BCrypt) Hash.
pharaonic/laravel-users
156 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
plott/wp-password-bcrypt
164 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.
oyeaussie/phppwnedpasswordsdownloader
13 Downloads
PHPPwnedPasswordsDownloader is a tool to download pwned password hash files from HaveIBeenPwned API
log1x/acf-encrypted-password
279 Downloads
A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.
drewlabs/crypt
123 Downloads
Provides files encryption & Decryption, HMAC Hash object and Password Hashing using PHP password_hash, password_verify & hash_equals functions