-
Description on https://openrepos.net/content/slava/foil-auth says:
> Only time-based (TOTP) passwords are supported in this version.
and https://github.com/monich/harbour-foilauth says:
> is …
ehdis updated
3 years ago
-
RFC 4226 and RFC 6238 both define test routines. This issue adds those tests using [unittest](https://docs.python.org/3/library/unittest.html)
- [ ] Add test.py
- [ ] Populate test.py with RFC 422…
-
[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch) (Migrated from [SEC-2390](https://jira.spring.io/browse/SEC-2390?redirect=false)) said:
Include support for HMAC-Based One-ti…
-
Currently, the secret generation using the [default value of 10 bytes](https://github.com/yeojz/otplib/blob/master/packages/otplib-core/src/authenticator.ts#L265) is not compliant with the requirement…
-
Please add two-factor authentication to bitcard.org. HOTP and TOTP would be preferred. HOTP is defined in [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt). TOTP is defined in [RFC 6238](https://www.ie…
-
I stumbled upon a site that let me choose TOTP algorithm between SHA1, SHA256 or SHA512. Only SHA1 worked.
According to https://security.stackexchange.com/a/45906, using HMAC-SHA-256 or HMAC-SHA-5…
-
The initial counter value for HOTP registrations should allow the full 8-bytes as specified in RFC 4226.
Currently the com.google.android.apps.authenticator.AuthenticatorActivity parseSecret() method …
-
### Platform
iOS, latest verion.
### Steps to reproduce
1. Generate a 160-bit base 32 string, for example, using Ruby's ROTP:
```
2.3.0 :002 > ROTP::Base32.random_base32(20)
=> "wyv6ym5…
-
Hello,
how to use TOTP for One Time Use (Only to be able to verify only one time )
Thank you
-
From my understanding the window in a TOTP is also a value in seconds like the timestep - but in this package it's used as a counter window and this is something strange.
For example I have a `timeste…