Libraries tagged by pbkdf
erikwang2013/encryption
493 Downloads
A pluggable cryptography component library: under a unified contract it provides symmetric encryption, asymmetric encryption, hashing, and key derivation (HKDF / PBKDF2), with implementations including AES/Sodium and Chinese national algorithms SM2/SM3/SM4/ZUC. Installable via Composer.
security/pbkdf2
80 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
markhofstetter/pbkdf2hasher
171 Downloads
enable pbkdf2 hashing of laravel password to be compatible with pythons werkzeug
gponster/laravel-pbkdf2
28 Downloads
Pbkdf2 hasher
spomky-labs/pbkdf2
2905 Downloads
Password Based Key Derivation Function 2
sop/pkcs5
260 Downloads
A PHP implementation of PKCS #5 password-based cryptography.
rolies106/hmac
10543 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
pimenvibritania/password-stretcher
6 Downloads
Passwords are "hashed" with PBKDF2
maatsystems/maat-cross-lang-crypto
2 Downloads
Cross-language encryption library with AES-256-GCM encryption compatible across JavaScript, Python, and PHP
alexandernst/yii2-scrypt
77 Downloads
Scrypt key derivation function for Yii2
afk11/pkcs5
73 Downloads
Library for PKCS5 v2 key derivation & and message encryption
univeros/security
205 Downloads
Cryptographic primitives for key derivation (HKDF, PBKDF2), symmetric encryption, and timing-safe MAC verification.
oskonnikov/laravel-djangoauth-driver
4 Downloads
An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2, forked version
oliverdashiell/utilise-php
492 Downloads
Group of utility functions (currently providing password storage using pbkdf2).