Tags: algmm/pyotp
Tags
- Modify OTP generation to run in constant time (pyauth#148) - Documentation improvements - Drop Python 3.6 support; introduce Python 3.11 support
- Support Steam TOTP (pyauth#142) - Build, test, and documentation updates
- Raise default and minimum base32 secret length to 32, and hex secre… …t length to 40 (160 bits as recommended by the RFC) (pyauth#115). - Fix issue where provisioning_uri would return invalid results after calling verify() (pyauth#115).
- parse_uri accepts and ignores optional image parameter (pyauth#114)
- Add optional image parameter to provisioning_uri (pyauth#113) - Support for 7-digit codes in 'parse_uri' (pyauth#111) - Raise default and minimum base32 secret length to 26
- parse_uri: Fix handling of period, counter (pyauth#108) - Add support for timezone aware datetime as argument to `TOTP.timecode()` (pyauth#107)
PreviousNext