-
I tried to add a HOTP key (for Duo), but it was rejected with `Error: invalid length at 48`. The secret is 51 characters base32. (From the --help example I assume it should be given as base32, and i…
-
The external links to the algorithm in the description is invalid
`A php library for generating one-time passwords according to [RFC 4226](http://tools.ietf.org/html/rfc4226) (HOTP Algorithm) and […
-
Hi,
when I touch the yubikey I'll get a list of all TOTP tokens stored at the key. But I can't get a TOTP token for one of the accounts listed.
I press the yubikey several times but nothing shows u…
-
it's not a real issue but users can call functions with separated keys.
$ echo "ZYTY YE5F OAGW 5ML7 LRWU L4WT ZLNJ AMZS" | python3 mintotp.py
Traceback (most recent call last):
File "mintotp.…
-
I'm using 1.4.8+2snapshot.g0adeaf9 on Ubuntu 20.04 and it was working well until August 1. (The date makes me suspect a server-side change that is causing the failure.) Now I get an SSL error when I a…
-
From Coreboot's [`src/device/Kconfig`](https://github.com/coreboot/coreboot/blob/9770df1e9dfff99f8e764a56e6f603d4266edfb7/src/device/Kconfig#L117-L123):
> Select this to not perform any graphics in…
-
The biggest issue is that the `secret` parameter is supposed to be:
> an arbitrary key value encoded in Base32 according to RFC 3548. The padding specified in RFC 3548 section 2.2 is not required and…
-
I can open the database one time only on my phone using Keepass2Android. If I close it and reopen it I'll get an error message and can't reopen it until I recopy the xml file used in challenge-respon…
-
installing fails for me with the output below.
I don't speak python or pip, so i am a bit lost here :-(
Any idea what might be the problem? Any log file or something else I can check?
I am o…
-
https://github.com/susam/mintotp/blob/50c8a04edcdc29e6b54fe3a1b7bffb2f39d8bba1/mintotp.py#L19
it gives AttributeError: 'str' object has no attribute 'new' on line 13 because of the hmac module call…