2 个仓库
Libraries that leverage native Node.js crypto modules for low-level cryptographic operations.
Distinguishing note: None of the candidates cover the specific integration of the Node.js native crypto module for signature operations.
Explore 2 awesome GitHub repositories matching security & cryptography · Node.js Cryptography Integrations. Refine with filters or upvote what's useful.
This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta
Relies on the native Node.js crypto library for low-level hashing and digital signature operations.
这是一个用于 Node.js 的 bcrypt 密码哈希库和加密模块。它提供了一套工具,用于生成安全盐值、计算加密强度高的哈希值以及验证密码,以保护用户凭据免受未经授权的访问。 该库实现了自适应哈希,利用可配置的成本因子来增加暴力破解密码所需的计算工作量。它包括一个密码验证工具,可保护比较过程免受时序攻击。 该项目涵盖安全密码哈希和盐值生成,以及用于哈希成本提取和密码验证的实用程序。这些功能支持安全密码存储和用户身份验证工作流。
Integrates C++ cryptographic primitives into the Node.js environment for strong password hashing.