Libraries tagged by password_verify
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.
tech-ed/simpl-otp
66 Downloads
A simple and lightweight Laravel package for generating and verifying one-time passwords (OTPs), enhancing authentication security in your Laravel applications.
grizzlyware/yubikey-php
507 Downloads
A pure PHP interface to Yubico for verifying YubiKey one time passwords
onepress/wp-password-bcrypt
15 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.
jamesmorrison/wp-password-bcrypt
100 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.
hkipngetich/password_verify
5 Downloads
Authentication service for password created using password_hash
geminilabs/wp-password-bcrypt
55 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.
newwaybrazil/password-hasher-php
451 Downloads
PHP library to generate and verify password hashs
leodisarli/disarli-password-hasher-php
62 Downloads
PHP library to generate and verify password hashs
controlabs/password-helper
22 Downloads
Helper to encrypt and verify passwords
t3chnik/verify-l4-mongolid
339 Downloads
A simple authentication bundle for Laravel 4. It features roles, permissions, password salting and is fully extendable.
andheiberg/verify
90 Downloads
A simple authentication bundle for Laravel 4. It features roles, permissions, password salting and is fully extendable.
brandonkahre/miva-password
1 Downloads
Generate and verify Miva Merchant 5 PR8-7 compatible password hashes.
elcodedocle/phpass
41 Downloads
fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates
sfire-framework/sfire-otp
11 Downloads
Create and verify One Time Passwords based on Time and HMAC. May be used in 2FA (Two Factor Authentication), MFA (Multi factor Authentication), 2SA (Two Step Authentication) and MSA (Multi Step Authentication).