Libraries tagged by pbkdf2
indigophp/hash-compat
889207 Downloads
Backports hash_* functionality to older PHP versions
rych/hash_pbkdf2-compat
76523 Downloads
Provides hash_pbkdf2() to PHP versions >=5.3,
mardy-git/hmac
7804 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
jobinja/laravel-djangoable-auth
3194 Downloads
An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2
insomnius/aurphm
543 Downloads
Aurelia pseudo hashing method is my experimental function to hash password with HMAC (Hash-based message authentication code), PBKDF2 (Password-Based Key Derivation Function 2) and Pseudo Random Bytes.
eloquent/pbkdf2-compat
143042 Downloads
A compatibility library for the PHP 5.5 function hash_pbkdf2().
sop/crypto-util
2754 Downloads
A PHP library of various utilities for cryptographic applications.
karavasilev/cryptomanana
52 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
spomky-labs/pbkdf2
2769 Downloads
Password Based Key Derivation Function 2
markhofstetter/pbkdf2hasher
162 Downloads
enable pbkdf2 hashing of laravel password to be compatible with pythons werkzeug
afk11/pkcs5
71 Downloads
Library for PKCS5 v2 key derivation & and message encryption
crazy-max/cws-crypto
335 Downloads
PHP class for password hashing with multi encryption methods.
vjroby/laravel-pbkdf2
50003 Downloads
This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
security/pbkdf2
77 Downloads
An implementation of PBKDF2 invented by RSA Laboratories. Useful for password strengthening.
nrk/pbkdf2-service-provider
9 Downloads
Password-Based Key Derivation Function (PBKDF2) service provider for the Silex microframework