Libraries tagged by pbkdf2
indigophp/hash-compat
1028827 Downloads
Backports hash_* functionality to older PHP versions
rych/hash_pbkdf2-compat
79898 Downloads
Provides hash_pbkdf2() to PHP versions >=5.3,
sop/crypto-util
8489 Downloads
A PHP library of various utilities for cryptographic applications.
mardy-git/hmac
12742 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
insomnius/aurphm
675 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
143339 Downloads
A compatibility library for the PHP 5.5 function hash_pbkdf2().
sneakyx/laravel-dynamic-encryption
848 Downloads
Laravel package that replaces the default encrypter with a dynamic key loaded from cache or database.
krzysztofzylka/hash
2099 Downloads
Versioned hash library with multiple algorithm support
amashukov/ton-crypto-php
677 Downloads
Ed25519 keypairs and TON-style mnemonic seed derivation for The Open Network, in pure PHP on top of ext-sodium.
vjroby/laravel-pbkdf2
50202 Downloads
This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
sop/pkcs5
262 Downloads
A PHP implementation of PKCS #5 password-based cryptography.
karavasilev/cryptomanana
73 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
crazy-max/cws-crypto
343 Downloads
PHP class for password hashing with multi encryption methods.
jobinja/laravel-djangoable-auth
3245 Downloads
An authentication driver for Laravel5 which allows to authenticate users using their legacy Django PBKDF2
erikwang2013/encryption
505 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.