-
In order to demonstrate that, I implemented tests for all the values defined in RFC 6238. I also implemented the fix. See: https://github.com/nathforge/pyotp/pull/9
-
## Description
From [RFC 6238](https://tools.ietf.org/html/rfc6238):
> Note that a prover may send the same OTP inside a given time-step
> window multiple times to a verifier. The verifier MUST NOT…
-
when i validate key and success login , after i logout why it can use same key to validate
How can i implement it to expire key now after validate success.
thnak you
-
magmad.so is not being generated when I use build.lin.sh load
How do I get this file to be generated?
-
I am confused the key_seed with key_sha512.
In RFC 6238,
Sha-1 string is '12345678901234567890' (20 bytes)
Sha-512 string is '1234567890123456789012345678901234567890123456789012345678901234' (64 by…
-
Hello Nitrokey
Steam provides two factor per [app ](https://support.steampowered.com/kb_article.php?ref=1266-OAFV-8478#steamguard)and sms OTP.
Regards
-
Provide the ability to use two factor authentication with OSIAM. It would be a good feature to provide an implementation of OTP as specified in [RFC 6238](https://tools.ietf.org/html/rfc6238). For a s…
-
In readme.md `RTC 6238` should probably be `RFC 6238`.
Thanks for a very useful library.
ottob updated
9 years ago
-
This is a suggestion for small improvement. RFC 6238 requires the implementation to disallow (MUST NOT) multiple submissions of the same authentication code. This is apparently to detect MITM and over…
vilda updated
9 years ago
-
An announcement in the customer support forum (http://forum.hetzner.de/wbb2/thread.php?threadid=22478) was made, that hetzner now supports two factor authentication using yubi-key or RFC 6238/TOTP/Goo…