GithubHelp home page GithubHelp logo

Base32 decode about rotp HOT 2 CLOSED

mdp avatar mdp commented on July 30, 2024
Base32 decode

from rotp.

Comments (2)

mdp avatar mdp commented on July 30, 2024

It's hand rolled to match Google Authenticator's ignoring padding. See #29 and https://code.google.com/p/google-authenticator/source/browse/src/com/google/android/apps/authenticator/Base32String.java?repo=android#101

Most sites stick to using a random string of base32 characters as the secret, usually 16 bytes long (Google) or 24(Dropbox).

Feel free to reopen this if you feel there's a better solution.

from rotp.

mdp avatar mdp commented on July 30, 2024

Oh, and TOTP.new expects to be passed a string of Base32 characters. Your example above would be double encoding the secret

Base32.encode("dntqoaxas7rvtfuf") #=> "MRXHI4LPMF4GC4ZXOJ3HIZTVMY======"

ROTP::TOTP.new("dntqoaxas7rvtfuf") would be the preferred instantiation in this case and would match the output of most OTP mobile apps sharing this secret.

Hope that helps.

from rotp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.