pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.91k stars 319 forks source link

HOTP Pinpoint Counter used for Auth? #136

Closed lukehamil55 closed 1 year ago

lukehamil55 commented 1 year ago

Is there a way to find which HOTP counter is being used for website Authentication? For example, I am using DUO to authorize my login and I can refresh the password (randomize counter), but I must enter the password associated with that current counter to login. Any way to pinpoint which HOTP counter is currently being used for that login session?

lukehamil55 commented 1 year ago

I apologize for my lack of knowledge, I realize now that the counter for auth is somehow linked to invoking the HOTP secret key. Was able to successfully login with DUO this way thanks to this repo: https://github.com/evan-goode/duolibre