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
3621
10 个月前

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

JavaScript
662
2 天前

✅ .NET crypto done right. Professionally audited.

C#
581
4 个月前

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
531
20 天前

Argon2 library compiled for browser runtime

JavaScript
402
2 年前

Library for securely hashing passwords

Clojure
205
2 年前

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

C
153
1 个月前

Fast "async" scrypt implementation in JavaScript

JavaScript
141
7 年前

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

Rust
96
5 天前

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

TypeScript
74
20 天前

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
68
1 年前

A strong and customizable password generator made with python3!

Python
33
5 个月前

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

OCaml
21
9 个月前

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

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
13
2 年前

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

Makefile
10
21 天前

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
2 年前

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
9
4 年前