Libraries tagged by password_verify
mkd/laravel-otp
7 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.
grizzlyware/yubikey-php
510 Downloads
A pure PHP interface to Yubico for verifying YubiKey one time passwords
onepress/wp-password-bcrypt
16 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
101 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
7 Downloads
Authentication service for password created using password_hash
averay/password-validator
252 Downloads
An object-oriented wrapper around the password_hash & password_verify functions.
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
452 Downloads
PHP library to generate and verify password hashs
leodisarli/disarli-password-hasher-php
63 Downloads
PHP library to generate and verify password hashs
controlabs/password-helper
24 Downloads
Helper to encrypt and verify passwords
t3chnik/verify-l4-mongolid
340 Downloads
A simple authentication bundle for Laravel 4. It features roles, permissions, password salting and is fully extendable.
andheiberg/verify
92 Downloads
A simple authentication bundle for Laravel 4. It features roles, permissions, password salting and is fully extendable.
brandonkahre/miva-password
3 Downloads
Generate and verify Miva Merchant 5 PR8-7 compatible password hashes.
elcodedocle/phpass
44 Downloads
fork of Solar Designer's http://www.openwall.com/phpass/ with enhanced security updates
drewlabs/crypt
124 Downloads
Provides files encryption & Decryption, HMAC Hash object and Password Hashing using PHP password_hash, password_verify & hash_equals functions