You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
PYATE is a lightweight and efficient Command-Line Interface (CLI) application, built with Python, that serves as a replacement for Google Authenticator.
Simple OTP Generator and Verification with Password! Create a powerful secure otp using otpgen tool. Help prevent a security threat by getting a strong password. It's a random password generator to create long, truly random passwords that even the strongest computers can’t crack.
This project aims to create a system that generates time-based one-time passwords (TOTP). TOTP enhances security by using temporary passwords. The project helps users learn and implement the TOTP algorithm (RFC 6238), reducing the risks of leaks and misuse.