onetimepass icon indicating copy to clipboard operation
onetimepass copied to clipboard

One-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords

Results 12 onetimepass issues
Sort by recently updated
recently updated
newest added

The readme documentation seems to be incomplete - it doesn't list all parameters. If you are expecting people to read the source as documentation, please link to the source code...

Discussed in #20. This changeset makes @hobarrera's example accepted without manual padding. The funny looking `for length in [2, 4, 5, 7, 10, 12, 13, 15]:` in the tests is...

Hi,Recently been working on how to get the token from google authenticator with window or chrome extension, But now it is not working, the website is restrict need google authenticator...

How we can create a new secret code with the plugin?

I was reviewing stackoverflow for how people dealt with leftmost zeroes and I stumbled on this library There's some issues stemming from the integer conversion where tokens with zeroes are...

Attempt to resolve travis failure in #22. Takes @hobarrera's suggestion to try freezegun instead of timecop.

https://github.com/tadeck/onetimepass/commit/cef34ffd87cbcb128c52ef246e650f67d8aff837/CONTRIBUTING.rst says to use doctest. But how? Doing `python -m unittest` from the repo root seems to work.

All secrets generated by [fastmail](https://fastmail.com/) see to make the library crash. I can't find any common pattern for them: ```pycon >>> import onetimepass >>> onetimepass.get_totp('7uzthj2u3te6dopflwqbwa5n6u', as_string=True, token_length=6) Traceback (most recent...

Hello, I am attempting to convert your module so that it can be used as a substitute for Authy. They've told me [via Twitter](https://twitter.com/Authy/status/498244613766139904) that they use the same algorithm...