CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.27k stars 2.82k forks source link

[NEW TOOL] OTP code generator: Upload QR Code #388

Open SDBdevelopment opened 1 year ago

SDBdevelopment commented 1 year ago

A browser extension to decode (use backup function) you QR Codes.

https://github.com/Authenticator-Extension/Authenticator

Thank you.

TCB13 commented 1 year ago

You're suggesting two different things.

  1. Ability to decode a QR code, already suggested in here: https://github.com/CorentinTh/it-tools/issues/275#issuecomment-1483552639
  2. Generate the "2-step" codes, already implemented here https://it-tools.tech/otp-generator of you're willing to decode the QR code with another tool.

I suggest you change the title of the issue to "OTP code generator: Upload QR Code".

nomandera commented 10 months ago

Another example of how easily this could be done

zbarimg -q it-toolsqr.png 
QR-Code:otpauth://totp/IT-Tools:demo-user?issuer=IT-Tools&secret=W3TYSQVLBN6BHOUR&algorithm=SHA1&digits=6&period=30
sharevb commented 5 months ago

Hi @SDBdevelopment, @nomandera, @TCB13 and @CorentinTh, QRCode decoding in https://github.com/CorentinTh/it-tools/pull/914

SDBdevelopment commented 5 months ago

Hi @sharevb / @CorentinTh it works great! Thank you!

sharevb commented 1 week ago

Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)