1 مستودع
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.
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.