awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/google-authenticatorالصورة الرمزية لـ google

    google/google-authenticator

    5,349عرض على GitHub↗

    This is a two-factor authentication library and open-source multi-factor authentication implementation. It provides a suite of tools for implementing security workflows that require a second layer of verification beyond standard credentials. The project implements both time-based one-time passwords and HMAC-based one-time passwords. It includes utilities for generating these codes based on shared secrets and counters, following industry standards such as RFC 6238. The library covers cryptographic primitives including Base32 secret key encoding, dynamic truncation extraction, and symmetric ke

    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