Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
# Basic HOTP / TOTP Generator using integers or strings as seeds
#
# Requirements:
# * Python 3
# * pyotp library (pip install pyotp)
#
# Usage:
# python token.py
#