Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax requirement for 128 bit totp secrets #358

Merged

Commits on Sep 16, 2024

  1. Relax requirement for 128 bit totp secrets

    totp-rs is strictly RFC6238 compliant. This is a good thing, but the
    reality is many sites/apps are still using 80 bit secrets for TOTP.
    These include Github, Discord, Paypal, among others. The author of
    totp-rs added a function `from_url_unchecked` to address this in this
    issue: constantoine/totp-rs#46. I suggest we
    use it here so that ripasso can be used practically for totp.
    Fingel committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a515ac6 View commit details
    Browse the repository at this point in the history