Libraries tagged by password_hash
webino/zend-crypt
8076 Downloads
Strong cryptography tools and password hashing
typo3/cms-saltedpasswords
320181 Downloads
Uses a password hashing framework for storing passwords. Integrates into the system extension "felogin". Use SSL or rsaauth to secure datatransfer! Please read the manual first!
plott/wp-password-bcrypt
191 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.
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.
ayesh/wordpress-password-hash
164 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
averay/password-validator
248 Downloads
An object-oriented wrapper around the password_hash & password_verify functions.
xjtuwangke/passwordhash
128675 Downloads
Portable PHP password hashing framework
jpirnat/hashing
1531 Downloads
Token and password hashing
chrisholland/hashtuner
1 Downloads
Framework for tuning settings for password-hashing functions
ahmed-j-alsarem/laravel-bcrypt-password
13 Downloads
A Laravel package for bcrypt password hashing functionality
migratetoflarum/old-passwords
3767 Downloads
Re-hash passwords from an old platform on the fly
typisttech/wp-password-argon-two
405 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
itcover/password-processor
11108 Downloads
Framework-agnostic password processing library
robclancy/laravel4-hashing
1783 Downloads
Package for when you can't use Bcrypt in Laravel 4.