Libraries tagged by pbkdf1
sop/crypto-util
8142 Downloads
A PHP library of various utilities for cryptographic applications.
sop/pkcs5
260 Downloads
A PHP implementation of PKCS #5 password-based cryptography.
mmeyer2k/dcrypt
792066 Downloads
A petite library of encryption functionality for PHP
indigophp/hash-compat
1021974 Downloads
Backports hash_* functionality to older PHP versions
rych/hash_pbkdf2-compat
79708 Downloads
Provides hash_pbkdf2() to PHP versions >=5.3,
eloquent/pbkdf2-compat
143317 Downloads
A compatibility library for the PHP 5.5 function hash_pbkdf2().
mardy-git/hmac
12615 Downloads
A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
vjroby/laravel-pbkdf2
50190 Downloads
This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
sneakyx/laravel-dynamic-encryption
754 Downloads
Laravel package that replaces the default encrypter with a dynamic key loaded from cache or database.
krzysztofzylka/hash
1909 Downloads
Versioned hash library with multiple algorithm support
karavasilev/cryptomanana
72 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
insomnius/aurphm
648 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.
amashukov/ton-crypto-php
401 Downloads
Ed25519 keypairs and TON-style mnemonic seed derivation for The Open Network, in pure PHP on top of ext-sodium.
dopecode/dcrypt
471 Downloads
A petite library of encryption functionality for PHP
univeros/security
205 Downloads
Cryptographic primitives for key derivation (HKDF, PBKDF2), symmetric encryption, and timing-safe MAC verification.