2017-05-09 21:33:32 +02:00
# QRazyBox
2019-05-26 18:46:02 +02:00
![](img/overview.png)
2017-05-09 21:33:32 +02:00
QRazyBox is a web-based application (a toolkit), that used to analyzing and recovering damaged QR Code.
2017-05-09 21:41:11 +02:00
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
2022-01-04 23:10:37 +01:00
- Import/export QR Code from/to Image file or Text file
2022-01-04 14:12:21 +01:00
- Currently support up to QR Code Version 40 (177x177)
2017-05-09 21:41:11 +02:00
- 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 :)
2017-05-09 22:32:20 +02:00
Help Usage & Documentation
---------------------
Documentation page of this tool can be accessed in following URL :
2017-05-10 10:27:59 +02:00
< a href = "https://merricx.github.io/qrazybox/help/" > https://merricx.github.io/qrazybox/help/< / a >
2017-05-09 22:32:20 +02:00
Third-parties & References
---------------------
- < a href = "http://www.thonky.com/qr-code-tutorial/" > thonky.com</ a >
- < a href = "https://github.com/LazarSoft/jsqrcode" > https://github.com/LazarSoft/jsqrcode</ a >< br >
- < a href = "https://github.com/waidotto/strong-qr-decoder" > https://github.com/waidotto/strong-qr-decoder</ a >
2017-05-09 22:34:45 +02:00
- < a href = "https://en.wikiversity.org/wiki/Reed%E2%80%93Solomon_codes_for_coders" > https://en.wikiversity.org/wiki/Reed– Solomon_codes_for_coders</ a >
2017-05-10 10:26:21 +02:00
- < a href = "https://markjs.io/" > https://markjs.io/</ a >