Libraries tagged by pbkdf
mmeyer2k/dcrypt
780517 Downloads
A petite library of encryption functionality for PHP
indigophp/hash-compat
1017468 Downloads
Backports hash_* functionality to older PHP versions
rych/hash_pbkdf2-compat
79458 Downloads
Provides hash_pbkdf2() to PHP versions >=5.3,
sop/crypto-util
7793 Downloads
A PHP library of various utilities for cryptographic applications.
mardy-git/hmac
12495 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
erikwang2013/encryption
435 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.
eloquent/pbkdf2-compat
143292 Downloads
A compatibility library for the PHP 5.5 function hash_pbkdf2().
vjroby/laravel-pbkdf2
50180 Downloads
This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
spomky-labs/pbkdf2
2900 Downloads
Password Based Key Derivation Function 2
insomnius/aurphm
641 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
sneakyx/laravel-dynamic-encryption
697 Downloads
Laravel package that replaces the default encrypter with a dynamic key loaded from cache or database.
krzysztofzylka/hash
1727 Downloads
Versioned hash library with multiple algorithm support
karavasilev/cryptomanana
71 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
amashukov/ton-crypto-php
310 Downloads
Ed25519 keypairs and TON-style mnemonic seed derivation for The Open Network, in pure PHP on top of ext-sodium.