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

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

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

1 个仓库

Awesome GitHub RepositoriesOTP Generators

Specialized generators for producing one-time passwords rather than static long-term credentials.

Distinct from Password Generators: Distinct from generic password generators as it produces short-lived, deterministic codes based on secrets and counters.

Explore 1 awesome GitHub repository matching security & cryptography · OTP Generators. Refine with filters or upvote what's useful.

Awesome OTP Generators GitHub Repositories

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

    google/google-authenticator

    5,349在 GitHub 上查看↗

    这是一个双因素身份验证库和开源多因素身份验证实现。它提供了一套工具,用于实现需要超出标准凭据的第二层验证的安全工作流。 该项目实现了基于时间的一次性密码(TOTP)和基于 HMAC 的一次性密码(HOTP)。它包括用于根据共享密钥和计数器生成这些代码的实用程序,遵循 RFC 6238 等行业标准。 该库涵盖了加密原语,包括 Base32 密钥编码、动态截断提取和对称密钥存储。这些功能使得能够为两步验证系统创建和验证密码。

    Provides a tool for creating HMAC-based one-time passwords for secure user verification.

    Java
    在 GitHub 上查看↗5,349
  1. Home
  2. Security & Cryptography
  3. Password Generators
  4. OTP Generators