QR Code Analysis and Recovery Toolkit https://merricx.github.io/qrazybox/ https://qr.koehr.ing
Find a file
Coxxs 0098124767
Improve Data Sequence Analysis (#14)
* Improve the performance of `generateDataBlocks`

* fix: Apply masks when editing in Data Sequence Analysis

---------

Co-authored-by: Coxxs <coxxs@users.noreply.github.com>
2024-01-18 19:54:36 +07:00
css Fixed display bugs 2018-11-17 00:00:10 +07:00
font Initial Commit 2017-04-13 15:56:27 +07:00
help Revise the ECI indicator list (#11) 2023-11-16 03:03:14 +07:00
img Add screenshot in README 2019-05-26 23:44:39 +07:00
js Improve Data Sequence Analysis (#14) 2024-01-18 19:54:36 +07:00
sample Update Data Masking in user guide 2019-05-01 23:21:00 +07:00
.gitignore Initial Commit 2017-04-13 15:56:27 +07:00
index.html make padding bits recovery overlay reusable as patching overlay 2022-01-06 01:43:52 +01:00
LICENSE Initial commit 2017-04-19 02:10:05 +07:00
README.md Announce that text file import or export works 2022-01-04 23:10:37 +01:00

QRazyBox

QRazyBox is a web-based application (a toolkit), that used to analyzing and recovering damaged QR Code.

QRazyBox lets you recover QR Code by redrawing and reconstructing it with Paint-like editor. It also provides several sub-tools to help you analyze and recover faster and more efficient.

Main Features

  • Reconstruct QR Code by drawing pixel by pixel
  • Decode and read unscannable QR Code
  • Save and load existing work for later use
  • Import/export QR Code from/to Image file or Text file
  • Currently support up to QR Code Version 40 (177x177)
  • Support both Error and Erasure Correction using universal Reed-Solomon decoder
  • Extract valuable information although from badly damaged QR Code
  • Simulate data unmasking for manual data analysis
  • Easy to use
  • Free and open source :)

Help Usage & Documentation

Documentation page of this tool can be accessed in following URL :

https://merricx.github.io/qrazybox/help/

Third-parties & References