Giter Club home page Giter Club logo

2fa-qr's Introduction

2fa-qr's People

Contributors

stefansundin avatar vahempio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

2fa-qr's Issues

Assuring people that data does not get sent to server or stored anywhere

Hey there, thanks for your project! ๐ŸŽ‰

Can you please confirm that this is just client-side javascript, and that no data gets sent to any server anywhere, and no data is stored after use?

If true, my suggestion is to write that up on the screen for users to see plainly. Many people use this to avoid the Google server. And people who use 2FA are often a bit paranoid ๐Ÿ˜… . Having that assurance in plain sight, and that link to the source code that you already have, so that the claim can be checked, would be perfect ๐Ÿ‘Œ

Thanks!

key should be base32

hi,

as checked you have consume direct string as base32. please try string containing 1, 8, 9, 0 then it will raise issue in authenticator.

otpauth://totp/Shashank?secret=IAmShashank11111111

solution: convert your secret to base32.
string: IAmShashank11111111
base32: JFAW2U3IMFZWQYLONMYTCMJRGEYTCMI

for your ref
https://emn178.github.io/online-tools/base32_encode.html

then
otpauth://totp/Shashank?secret=JFAW2U3IMFZWQYLONMYTCMJRGEYTCMI

best of luck...

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.