Implement TOTP
Closed Jun 6, 2023
0% complete
Implement a functioning TOTP generator and validator in Python.
The required functionality MUST include:
- generating a shared secret
- generating one-time passwords
- validating one-time passwords that are presented to the application