Skip to content

abbasdp/qrcodescanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Scanner

Vert.x Html5-QRCode Html5-QRCode

This is a web-based QR code scanner that reads a file line by line and checks if text exists in that file.

To run it on HTTP, you must provide the address of the input file and the address to save the output file:

 java -jar .\target\qrcodescanner-1.0.0-fat.jar -i "Your Input File Address" -o "Your Output File Address"

If you want to run it on HTTPS, you must set SSL to true and provide the application with your KeyStore address and password:

 java -jar qrcodescanner-1.0.0-fat.jar -i "Your Input File Address" -o "Your Output File Address" -ssl "true" -k "Your KeyStore Address" -p "Your KeyStore Password"

For creating a self-hosted KeyStore, use the following command:

keytool -genkeypair -alias aliasName -keyalg RSA -keysize 2048 -keystore keystoreName.jks -validity 3650

About

Live qr Code Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.5%
  • HTML 41.3%
  • CSS 11.2%