tkanhe / totp-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOTP Generator

This Python script generates Time-based One-time Passwords (TOTP) without any external dependency.

Requirements:

  • Python 3.6+

Usage:

  1. Assign the TOTP secret key to the totp_key variable in the script.
  2. The function prints the TOTP.

About


Languages

Language:Python 100.0%