This is a simple demonstration of a web page that allows users to generate QR codes containing login information and scan QR codes to retrieve the information.
- Clone or download the repository.
git clone https://github.com/MohamedSamyHossebo/Qr-Code
- Open the
index.html
file in a web browser.
-
Open the web page (
index.html
) in a web browser. -
Enter your username and password in the respective input fields.
-
Click the "Generate QR Code" button to generate a QR code containing the entered login information.
-
The generated QR code will be displayed in the designated area on the page.
-
Optionally, click the "Clear Inputs" button to clear the username, password, and the displayed QR code.
-
To generate a new QR code, click the "Generate New QR Code" button.
-
In the "Scan QR Code" section, use the camera feed to scan a QR code.
-
If the scanned QR code contains valid JSON representing login information, an alert will display the username and password.
- qrcode.js: Library for generating QR codes.
- instascan: Library for scanning QR codes using the camera.
Contributions are welcome. Please fork the repository, make changes, and submit a pull request.