Libraries tagged by password_hash
rosegaar/phpass
11 Downloads
Portable PHP password hashing framework
restgrip/sodium
5 Downloads
Restgrip extra module based on PECL Sodium for Argon2i password hashing.
php_modules/ncrypt
17 Downloads
Bcrypt based password hashing library.
maisto/phpauth
12 Downloads
A secure user authentication class for PHP websites, using a powerful password hashing system and attack blocking to keep your website and users secure.
cornernote/phpass
50 Downloads
Portable PHP password hashing framework
confi/kicrypt
4 Downloads
A secured password hashing algorithm for PHP.
bproctor/passhash
729 Downloads
Strong, simple password hashing
weijer/phpass
8 Downloads
Portable PHP password hashing framework
contrainteractive/wp-laravel-login
1 Downloads
Allows a user to login to a Laravel application using an existing WordPress hashed password.
hemker/random-string
6 Downloads
Creation of random strings (e.g. for coupon codes in webshops, hashes for one-time links/passwords, accound codes, etc. pp.)
yaman-shahbander-dev/totp-generator
2 Downloads
A PHP implementation of Time-Based One-Time Password (TOTP), using Base32 encoding and HMAC hashing. Generates and verifies OTPs for secure authentication.
affinity4/cipher
329 Downloads
Cipher encrypt/decrypt. Encrypt and decrypt private strings. Useful if you need to store a string as a hash but need to see it as plain text also. DO NOT USE FOR PASSWORD AUTHENTICATION!
divineomega/password_exposed
1552021 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
staabm/password_exposed
277051 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
mxrxdxn/pwned-passwords
53546 Downloads
A library to query Troy Hunt's Pwned Passwords service to see whether or not a password has been included in a public breach.