Libraries tagged by pbkdf1
sop/crypto-util
2879 Downloads
A PHP library of various utilities for cryptographic applications.
sop/pkcs5
256 Downloads
A PHP implementation of PKCS #5 password-based cryptography.
mmeyer2k/dcrypt
562907 Downloads
A petite library of encryption functionality for PHP
indigophp/hash-compat
947639 Downloads
Backports hash_* functionality to older PHP versions
rych/hash_pbkdf2-compat
77213 Downloads
Provides hash_pbkdf2() to PHP versions >=5.3,
mardy-git/hmac
9685 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
eloquent/pbkdf2-compat
143128 Downloads
A compatibility library for the PHP 5.5 function hash_pbkdf2().
krzysztofzylka/hash
177 Downloads
Versioned hash library with multiple algorithm support
karavasilev/cryptomanana
58 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
insomnius/aurphm
577 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.
dopecode/dcrypt
471 Downloads
A petite library of encryption functionality for PHP
vjroby/laravel-pbkdf2
50041 Downloads
This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
spomky-labs/pbkdf2
2773 Downloads
Password Based Key Derivation Function 2
jobinja/laravel-djangoable-auth
3209 Downloads
An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2
security/pbkdf2
80 Downloads
An implementation of PBKDF2 invented by RSA Laboratories. Useful for password strengthening.