Repository navigation

#

kdf

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

CSS
3722
1 年前

Audited & minimal JS implementation of hash functions, MACs and KDFs.

TypeScript
749
12 天前

✅ .NET crypto done right. Professionally audited.

C#
587
9 个月前

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.

Java
551
6 个月前

Argon2 library compiled for browser runtime

JavaScript
416
3 年前

Library for securely hashing passwords

Clojure
207
5 天前

Password-based key derivation function and password hashing scheme building upon scrypt

C
170
17 天前

Fast "async" scrypt implementation in JavaScript

JavaScript
143
7 年前

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.

TypeScript
94
1 个月前

A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE

Rust
90
5 天前

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

Java
69
2 年前

A strong and customizable password generator made with python3!

Python
33
2 个月前

Password based key derivation functions from PKCS#5, RFC 2898

OCaml
21
1 年前

建議開發者知道的密碼學知識

TypeScript
20
5 年前

A faster JS implementation of the scrypt password-based key derivation function

JavaScript
19
2 年前

Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04

OCaml
17
4 年前

Elliptical Curve Integrated Encryption System (ECIES), as specified by SEC 1 - Ver. 2.0

Ruby
15
2 年前

An Internet-Draft for the Balloon Key Derivation Function (BKDF), a memory-hard password hashing and password-based key derivation function.

Makefile
11
3 个月前

Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.

Java
10
3 年前

A password manager written in Python (2.7) with htmlPy using Password-Based Key Derivation Function 2 (PBKDF2), Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256).

Python
8
4 年前