All Projects → abeaumont → ocaml-pbkdf

abeaumont / ocaml-pbkdf

Licence: BSD-2-Clause license
Password based key derivation functions from PKCS#5, RFC 2898

Programming Languages

ocaml
1615 projects

Projects that are alternatives of or similar to ocaml-pbkdf

noble-hashes
Audited & minimal JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2 & Scrypt
Stars: ✭ 213 (+868.18%)
Mutual labels:  pbkdf2, kdf
phc-crypto
Hashing algorithms simplified (supports Argon2, Bcrypt, Scrypt, and PBKDF2)
Stars: ✭ 22 (+0%)
Mutual labels:  pbkdf2
MGObfuscator
An easy encryptor / decryptor for iOS
Stars: ✭ 17 (-22.73%)
Mutual labels:  pbkdf2
crypto
🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
Stars: ✭ 40 (+81.82%)
Mutual labels:  pbkdf2
CppSecurity
C++ Security Library
Stars: ✭ 24 (+9.09%)
Mutual labels:  pbkdf2
pagecrypt
Password Protected Single Page Applications and HTML files
Stars: ✭ 124 (+463.64%)
Mutual labels:  pbkdf2
pbkdf2-hmac-sha256
sha256, hmac with sha256 and pbkdf2 with hmac-sha256 in one header file
Stars: ✭ 19 (-13.64%)
Mutual labels:  pbkdf2
Forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Stars: ✭ 4,204 (+19009.09%)
Mutual labels:  pbkdf2
password-dart
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
Stars: ✭ 40 (+81.82%)
Mutual labels:  pbkdf2
heimdall
Secure Password Storage
Stars: ✭ 38 (+72.73%)
Mutual labels:  pbkdf2
Bitcoin-wallet-cracker
Automated Bitcoin wallet generator that with mnemonic and passphrases bruteforces wallet addresses
Stars: ✭ 140 (+536.36%)
Mutual labels:  pbkdf2
python-fastpbkdf2
Python bindings for fastpbkdf2
Stars: ✭ 24 (+9.09%)
Mutual labels:  pbkdf2
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+1636.36%)
Mutual labels:  pbkdf2
webcrypto
A WebCrypto Polyfill for NodeJS
Stars: ✭ 111 (+404.55%)
Mutual labels:  pbkdf2
Practical Cryptography For Developers Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Stars: ✭ 2,400 (+10809.09%)
Mutual labels:  kdf
hkdf
A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatible to NIST 800-56C Rev. 1 two step KDF
Stars: ✭ 47 (+113.64%)
Mutual labels:  kdf

docs Build Status

Password based key derivation functions (PBKDF) from PKCS#5

An implementation of PBKDF 1 and 2 as defined by PKCS#5 using mirage-crypto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].