Libraries tagged by password_hash
webino/zend-crypt
8127 Downloads
Strong cryptography tools and password hashing
typo3/cms-saltedpasswords
320362 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!
tempest/cryptography
256 Downloads
A component for working with passwords, hashing, and cryptography.
oire/iridium
323 Downloads
Iridium, a security library for hashing passwords, encrypting data and managing secure tokens.
yarri/password-hashing-machine
192 Downloads
Tool for hashing and checking passwords using a required (registered) hashing algorithm. It can handle more (legacy) hashing algorithms.
techdeck/password-hash
212 Downloads
password hashing algorithm
plott/wp-password-bcrypt
229 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
280 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
167 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
xjtuwangke/passwordhash
128688 Downloads
Portable PHP password hashing framework
jpirnat/hashing
1558 Downloads
Token and password hashing
chrisholland/hashtuner
1 Downloads
Framework for tuning settings for password-hashing functions
ahmed-j-alsarem/laravel-bcrypt-password
88 Downloads
A Laravel package for bcrypt password hashing functionality
jazzman/wp-password-argon
380 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.