Libraries tagged by password_verify
roots/wp-password-bcrypt
8983624 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.
ellaisys/aws-cognito
133087 Downloads
AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP
sanjabteam/verify
3375 Downloads
Verify users mobile number by one time password.
miladrahimi/phpcrypt
61044 Downloads
Encryption, decryption, and hashing tools for PHP projects
toddish/verify
20674 Downloads
A simple authentication bundle for Laravel 4/5. It features roles, permissions, password salting and is fully extendable.
idmarinas/common-bundle
1135 Downloads
This bundle is intended to group common and often repeated things when creating an APP with Symfony.
njoguamos/laravel-otp
1009 Downloads
A composer package for generating and verifying One Time Passwords (OTP) in Laravel 11+.
vanqard/passman
780 Downloads
Super simple password hash manager for hashing password, to verify password hashes and test for the need to rehash a password. Fully compliant oo wrapper.
nswdpc/silverstripe-pwnage-hinter
4903 Downloads
Verify hashed passwords against HIBP
aliirfaan/laravel-simple-otp
687 Downloads
Generate and verify OTP in Laravel
mdhearing/aspnetcore-identity
13316 Downloads
A direct port of the algorithms used to generate and verify ASP.NET password hashes in .NET Core
plott/wp-password-bcrypt
156 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.
averay/password-validator
230 Downloads
An object-oriented wrapper around the password_hash & password_verify functions.
zjango/verify
520 Downloads
A simple authentication bundle for Laravel 4/5. It features roles, permissions, password salting and is fully extendable.
mkd/laravel-otp
4 Downloads
Laravel package for generating and verifying One-Time Passwords (OTPs) using TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) algorithms.