hmac

  1. hmac

    基于哈希的消息认证码 (HMAC) 的泛型实现

    v0.13.0-pre.4 5.5M #message-authentication #digest #mac #hash #cryptography #crypto
  2. hmac-sha256

    小型、自包含的 SHA256 和 HMAC-SHA256 实现

    v1.1.7 128K #sha-256 #hmac #hash #hkdf #sha-2 #size-optimization #cryptography
  3. yubihsm

    支持通过 HTTP 和 USB 访问设备的 YubiHSM2 设备的纯 Rust 客户端。支持大多数 HSM 功能,包括 ECDSA、Ed25519、HMAC 和 RSA。

    v0.42.1 18K #hsm #yubi-key #hmac #ed25519 #ecdsa #yubikey
  4. hmac-sha512

    小型、自包含的 SHA512、HMAC-SHA512、SHA384 和 HMAC-SHA384 实现

    v1.1.5 209K #sha-512 #hmac #hash #sha-2 #crypto #version
  5. totp-rs

    以易用性为目标并增加额外 QoL 功能的符合 RFC 的 TOTP 实现

    v5.6.0 55K #totp #hmac #otp #2fa #authentication
  6. totp_rfc6238

    根据 RFC 6238 生成基于时间的单次密码 (TOTP) 代码/令牌

    v0.6.1 350 #totp #hmac #authentication #2fa #otp #read-write #rust-crypto
  7. hmac-sha1

    围绕 RustCrypto hmac 和 sha1 的简单 HMAC-SHA1 生成包装器

    v0.2.2 52K #message-authentication #sha-1 #hmac #hash #hashing #wrapper #rust-crypto
  8. hmac-sha1-compact

    小型、自包含的 SHA1 和 HMAC-SHA1 实现

    v1.1.4 94K #hmac-sha1 #sha-1 #hmac #hash #cryptography #crypto
  9. libcrux-hmac

    Libcrux HMAC 实现

    v0.0.2-alpha.3 370 #hmac #libcrux #verified #cryptography #security #formal-verification #language
  10. mozilla/rc_crypto

    Firefox应用程序服务

    GitHub 0.1.0 #applications #numbers #service #encryption #firefox #hmac #ring
  11. rustls-mbedtls-provider-utils

    mbedtls基于提供程序中使用的rustls代码

    v0.2.0 270 #mbed-tls #rustls #sha-256 #provider #sha-384 #hmac #hashing
  12. totp-qr

    从QR图像、URI或otpauth-migration链接显示optauth URI和TOTP令牌

    v0.2.1 #totp #2fa #hmac #otp #authentication #command-line #command-line-tool
  13. hmac-predicate

    Tower查询参数的HMAC验证谓词

    v0.6.0 330 #query-parameters #hmac #verification #tower #predicate #axum #query-string
  14. scytale

    一个快速且正确的加密库

    v0.2.0 #cryptography #correct #algorithm #hashing #hash #mac #hmac
  15. hmac-serialiser

    HMAC序列化器,用于加密签名数据,类似于Python的ItsDangerous库,但在rust中实现

    v0.3.1 #hmac #jwt #signature #serialiser #itsdangerous
  16. nu_plugin_hmac

    Nushell的HMAC封装插件

    v0.8.1 120 #hmac #plugin #nushell #sealing #sha-256 #sha-512 #whirlpool
  17. hashr

    一个旨在提供多个哈希和相关算法的小型库

    v0.0.3 #hashing #algorithm #sha-1 #hmac #hash #aims
  18. dumb-crypto

    简单但易于验证的加密算法实现

    v3.1.0 #sha-256 #scrypt #pbkdf2 #hmac #cryptography #crypto
  19. sputnik

    扩展http crate的类型,包括处理cookies/content-types的方法(可选地添加到hyper::Body的序列化方法)

    v0.4.2 #hyper-http #hyper #http-request #cookies #hmac #request-body #web
  20. rcrypto

    加密库

    v0.2.0 #cryptography #hmac #elliptic-curve #dsa #algorithm #keccak #aes
  21. ctap_hmac

    FIDO2 CTAP协议,包括HMAC扩展

    v0.4.5 #fido2 #ctap #hmac #protocols #extension #whether
  22. hmac-drbg

    纯Rust实现的Hmac DRBG

    v0.3.0 486K #hmac #pure #drbg #no-std
  23. flakebi-ring

    ring的分支,以将一些私有功能公开

    v0.16.15 #ring #public #verification #private #hmac #default #fork
  24. 尝试使用DuckDuckGo进行搜索。

  25. rs_hmac

    rs_hmac是HMAC(基于哈希的消息认证码)加密哈希算法的Rust实现,作为更大型的rs_shield项目的一部分。此软件包提供HMAC哈希功能在...

    v0.1.2 #message-authentication #hmac #data-integrity #hashing #cryptography #hash #algorithm
  26. totp-sos

    符合RFC的TOTP实现,依赖最小

    v3.1.1 130 #totp #hmac #otp #2fa #authentication
  27. hmac-sm3

    HMAC-SM3库

    v0.1.1 #sm3 #hmac #stream #crypto
  28. jwt_hmac

    使用HMAC SHA256生成和解析JWT令牌,请参阅https://jwt.node.org.cn/introduction

    v0.2.0 #jwt #hmac #sha-256 #per #generate #parser #authentication
  29. snapper-box

    snapper的加密存储

    v0.0.4 #key #root-key #namespaces #entries #encryption #password #hmac
  30. hmac-sha

    Rust中对HMAC-SHA-{1,2,3}的最小包装

    v0.6.1 #sha #hmac #digest #crypto #hash #message-authentication
  31. nobsign

    但有效的签名库,用Rust编写

    v0.2.0 #signature #hmac #cryptography
  32. ronnie-crypto

    基于OpenSSL封装,包括AES、HASH、RSA、HMAC、HKDF、ECDH等接口

    v0.1.0 #openssl #crypto #aes #interface #hmac #ecdh #hkdf
  33. hmac-serialiser-rs

    HMAC序列化器,用于加密签名数据,类似于Python的ItsDangerous库,但在rust中实现

    v0.1.4 #hmac #jwt #signature #serialiser #itsdangerous
  34. iron-hmac

    Iron HTTP框架的HMAC中间件

    v0.6.0 #hmac #http-framework #iron #middleware #header #response #constant-time
  35. gmac

    GMAC

    v0.0.0 #algorithm #pure #authentication #message-authentication #mac #hmac #documentation