awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesNode.js Cryptography Integrations

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.

Awesome Node.js Cryptography Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • auth0/node-jsonwebtokenauth0 的头像

    auth0/node-jsonwebtoken

    18,171在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗18,171
  • kelektiv/node.bcrypt.jskelektiv 的头像

    kelektiv/node.bcrypt.js

    7,801在 GitHub 上查看↗

    这是一个用于 Node.js 的 bcrypt 密码哈希库和加密模块。它提供了一套工具,用于生成安全盐值、计算加密强度高的哈希值以及验证密码,以保护用户凭据免受未经授权的访问。 该库实现了自适应哈希,利用可配置的成本因子来增加暴力破解密码所需的计算工作量。它包括一个密码验证工具,可保护比较过程免受时序攻击。 该项目涵盖安全密码哈希和盐值生成,以及用于哈希成本提取和密码验证的实用程序。这些功能支持安全密码存储和用户身份验证工作流。

    Integrates C++ cryptographic primitives into the Node.js environment for strong password hashing.

    C++
    在 GitHub 上查看↗7,801
  1. Home
  2. Security & Cryptography
  3. Node.js Cryptography Integrations