Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyuthan authored Jan 19, 2022
1 parent 6c8d5e6 commit 62bd141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [2FA-Solver Web Page - Demo](#2fa-solver-web-page)
- [User Guide](#user-guide)
- [QR Code (Image) Generator/Encoder](#qr-code-image-generatorencoder)
- [QR Code (Image) Scanner/Decoder](#qr-code-Image-scannerdecoder)
- [QR Code (Image) Scanner/Decoder](#qr-code-image-scannerdecoder)
- [Retrieve One-Time Password in Real-Time](#retrieve-one-time-password-in-real-time)


Expand All @@ -36,7 +36,7 @@ It can also be deployed on an online environment, as shown in the [2FA Solver](h

2FA Solver Web interface will consist of three main modules:
- [**QR Code (Image) Generator/Encoder**](#qr-code-image-generatorencoder) - *Encodes any content or the URL into a QR code Image.*
- [**QR Code (Image) Scanner/Decoder**](#qr-code-Image-scannerdecoder) - *Scans and extracts the content from a QR code image.*
- [**QR Code (Image) Scanner/Decoder**](#qr-code-image-scannerdecoder) - *Scans and extracts the content from a QR code image.*
- [**Retrieve One-Time Password in Real-Time**](#retrieve-one-time-password-in-real-time) - *Provides real-time OTP for a given secret key like google authenticator.*


Expand Down Expand Up @@ -67,7 +67,7 @@ You can copy the extracted secret key (as highlighted below in red colour in the

#### Retrieve One-Time Password in Real-Time

Paste the secret key obtained from the [QR Code (Image) Scanner/Decoder](#qr-code-Image-scannerdecoder) tab (or the secret key you already have in hand) into the **Secret (base32)** text box (as highlighted below in red colour in the below screenshot).
Paste the secret key obtained from the [QR Code (Image) Scanner/Decoder](#qr-code-image-scannerdecoder) tab (or the secret key you already have in hand) into the **Secret (base32)** text box (as highlighted below in red colour in the below screenshot).
> [![image](https://user-images.githubusercontent.com/83505381/146655795-14fb2b06-90eb-460e-895e-14b51d12a84d.png)](https://iamyuthan.github.io/2FA-Solver/2FA-Solver.html)
The application will start displaying the OTP that belongs to the key in real-time, as shown below.
Expand Down

0 comments on commit 62bd141

Please sign in to comment.