GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

kdf

Website
Wikipedia
https://static.github-zh.com/github_avatars/nakov?size=40
nakov / 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 Signatu...

Cryptography教程book编程elliptic-curvesecdhaesdigital-signatureasymmetric-cipherspublic-key-cryptographyPost-quantum cryptographyhasheskdfhmackey-agreementPythonelliptic-curves-cryptographyecc
CSS 3.66 k
1 年前
https://static.github-zh.com/github_avatars/paulmillr?size=40
paulmillr / noble-hashes

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

Cryptographyhashkdfhashingsha256sha3hmacpbkdf2scryptcryptoargon2sha1
TypeScript 693
9 天前
https://static.github-zh.com/github_avatars/sdrapkin?size=40
sdrapkin / SecurityDriven.Inferno

#安全#✅ .NET crypto done right. Professionally audited.

cryptoCryptographyC#aeadencryption安全.NEThashkdfmacOStotpbase64hmac
C# 582
6 个月前
https://static.github-zh.com/github_avatars/patrickfav?size=40
patrickfav / bcrypt

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 distrib...

bcryptJavakdfpassword-hashcrypto安全hash命令行界面java-librarybcrypt-library
Java 540
3 个月前
https://static.github-zh.com/github_avatars/antelle?size=40
antelle / argon2-browser

Argon2 library compiled for browser runtime

argon2hashWebAssemblykeewebkeepasskdf
JavaScript 408
2 年前
https://static.github-zh.com/github_avatars/weavejester?size=40
weavejester / crypto-password

Library for securely hashing passwords

ClojurekdfbcryptscryptCryptography
Clojure 207
2 年前
https://static.github-zh.com/github_avatars/openwall?size=40
openwall / yescrypt

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

passwordhashinghashkdfscrypt安全
C 159
3 个月前
https://static.github-zh.com/github_avatars/dchest?size=40
dchest / scrypt-async-js

Fast "async" scrypt implementation in JavaScript

scryptJavaScriptcryptokdfpbkdf2
JavaScript 142
7 年前
https://static.github-zh.com/github_avatars/noctisynth?size=40
noctisynth / oblivion-rs

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

e2e-encryptionecdhecdheRustkdfhigh-concurrencyCybersecurity
Rust 96
20 天前
https://static.github-zh.com/github_avatars/dajiaji?size=40
dajiaji / hpke-js

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

encryption安全webcryptoaeadkdfPost-quantum cryptographyCryptography
TypeScript 80
15 天前
https://static.github-zh.com/github_avatars/patrickfav?size=40
patrickfav / 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 compatibl...

kdfhmachmac-sha256hashCryptographyhmac-sha512nistJava
Java 68
1 年前
https://static.github-zh.com/github_avatars/therealOri?size=40
therealOri / Genter

A strong and customizable password generator made with python3!

Pythoncustomizablerandomhashing-algorithmhashingpasswordGeneratorkdfpbkdf2scrypt
Python 33
7 个月前
https://static.github-zh.com/github_avatars/abeaumont?size=40
abeaumont / ocaml-pbkdf

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

Cryptographypbkdf2kdfOCaml
OCaml 21
1 年前
https://static.github-zh.com/github_avatars/yaosiang?size=40
yaosiang / cryptography-course

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

CryptographyTypeScriptrsaecchashmacOSaeskdfcsprngecdsa
TypeScript 20
5 年前
https://static.github-zh.com/github_avatars/juanelas?size=40
juanelas / scrypt-pbkdf

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

scryptkdfhash
JavaScript 19
2 年前
https://static.github-zh.com/github_avatars/abeaumont?size=40
abeaumont / ocaml-scrypt-kdf

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

OCamlCryptographyscryptkdf
OCaml 17
4 年前
https://static.github-zh.com/github_avatars/jamoes?size=40
jamoes / ecies

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

区块链kdfaeselliptic-curves
Ruby 13
2 年前
https://static.github-zh.com/github_avatars/samuel-lucas6?size=40
samuel-lucas6 / draft-lucas-bkdf

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

balloonpassword-hashinginternet-draftkdf
Makefile 11
4 天前
https://static.github-zh.com/github_avatars/patrickfav?size=40
patrickfav / singlestep-kdf

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

kdfnist安全Cryptographykey-agreementhmacJava
Java 10
2 年前
https://static.github-zh.com/github_avatars/davikawasaki?size=40
davikawasaki / password-manager-security-class

#安全#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).

encryptionkdfCryptographyWebdesktop-apppassword-manageraes-256
Python 9
4 年前
loading...