Libraries tagged by password-hash
webino/zend-crypt
8031 Downloads
Strong cryptography tools and password hashing
vanilla/legacy-passwords
140823 Downloads
Provides support for legacy password hashing in common frameworks.
vanilla/garden-password
148204 Downloads
Provides a standard password hashing interface and support for password hashing in common frameworks.
jhonyspicy/phpass
3259 Downloads
Portable PHP password hashing framework
ekinhbayar/hautelook-phpass
18652 Downloads
Portable PHP password hashing framework
techdeck/password-hash
199 Downloads
password hashing algorithm
ayesh/wordpress-password-hash
163 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
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.
chrisholland/hashtuner
1 Downloads
Framework for tuning settings for password-hashing functions
tvorwachs/phpass
713 Downloads
Portable PHP password hashing framework based on http://openwall.com/phpass/
plott/wp-password-bcrypt
184 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.
cviebrock/artisan-hash
84 Downloads
Adds Artisan tasks to Laravel to work with password hashes from the CLI.
averay/password-validator
244 Downloads
An object-oriented wrapper around the password_hash & password_verify functions.