This project is about creating a server-side program that can create a TOTP service for a given user. To do this, it will create a URI for the user using a random personal secret, and represent it as a QR code. User can scan this QR code on his favorite TOTP app and he will get the valid codes. This program also allows to check if those codes are valid.
- TOTP app that can scan QR codes
- Run
python ./totp.py
- Scan QR code on a TOTP app
- Verify codes
- TOTP usage
- TOTP creation
- TOTP verification