Libraries tagged by password_verify
roots/wp-password-bcrypt
9324573 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
149956 Downloads
AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP
sanjabteam/verify
3708 Downloads
Verify users mobile number by one time password.
miladrahimi/phpcrypt
62939 Downloads
Encryption, decryption, and hashing tools for PHP projects
vanqard/passman
1951 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.
njoguamos/laravel-otp
1493 Downloads
A composer package for generating and verifying One Time Passwords (OTP) in Laravel 11+.
zjango/verify
572 Downloads
A simple authentication bundle for Laravel 4/5. It features roles, permissions, password salting and is fully extendable.
toddish/verify
20675 Downloads
A simple authentication bundle for Laravel 4/5. It features roles, permissions, password salting and is fully extendable.
nswdpc/silverstripe-pwnage-hinter
5200 Downloads
Verify hashed passwords against HIBP
aliirfaan/laravel-simple-otp
1322 Downloads
Generate and verify OTP in Laravel
aliarefavin/avinauthpackage
130 Downloads
Custom authentication system for Laravel
mdhearing/aspnetcore-identity
13933 Downloads
A direct port of the algorithms used to generate and verify ASP.NET password hashes in .NET Core
hejunjie/google-authenticator
222 Downloads
一个用于生成和验证时间基础一次性密码(TOTP)的 PHP 包,支持 Google Authenticator 及类似应用。功能包括密钥生成、二维码创建和 OTP 验证 | A PHP library for generating and verifying Time-Based One-Time Passwords (TOTP). Compatible with Google Authenticator and similar apps, with features like secret generation, QR code creation, and OTP verification.
plott/wp-password-bcrypt
189 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
248 Downloads
An object-oriented wrapper around the password_hash & password_verify functions.