-
aria-pressed states:
"A value of mixed means that the values of more than one item controlled by the button do not all share the same value. Examples of mixed-state buttons are described in the WAI-A…
-
I haven't been able to find this in the documentation or any other issues -- does KeePassXC support the HMACOTP placeholder?
Based on searching in the Entry header file it appears that it doesn't, …
-
_This issue relates to using IPT for publishing [Camtrap DP](https://tdwg.github.io/camtrap-dp/) and is not applicable to production IPTs._
Create a metadata editor cf. XML metadata editor for Data…
-
Authy's server-side validation currently accepts codes generated according to RFC 4226 but it may be useful to directly use the Android app's slightly bizarre (why?) algorithm:
1. The counter valu…
-
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 […
-
RFC 4226 specifies that a minimum key length MUST be at least 128 bits but I have used some services which do not enforce that requirement making the code throw an error instead of providing an OTP.
…
-
I'd like to use DEC for creating One Time Passwords (OTP) such as Google Authenticator, but this requires Base32 encoding support
RFC 4226
-
_Before i create this issue i found this https://github.com/Codeception/Codeception/issues/4872, but it is closed because he use `minimum-stability != stable`_
I try setup testing env on pimcore,…
-
Using the [current time as a random seed](https://github.com/xlzd/gotp/blob/master/utils.go#L80) opens the library up to timing attacks if the time that the user enabled OTP can be guessed. Worse, som…
-
In the HOTP [rfc 4226] tests, you took the `truncationOffset` value as 0 instead of some out of bound value like -1.
This causes dynamic truncation to fail and always result in `offset` set to 0,
a…