Ported from shc-extractor
- Newtonsoft.Json.13.0.1
- System.Text.RegularExpressions.4.3.1
- System.IO.Compression
This is strictly an educational resource to demonstrate the translation of SHC numeric data (from a QR code) into a JWS (JSON) payload.
It contains no error handling, no validation or QR Imagery functionality, this is only a basic example of code that can be improved upon.
A quick and dirty example usage
- Scan QR code with a mobile phone or QR desktop application to get the SHC:/ numeric data.
- Paste the SHC:/012345456789... numeric data into the txtInput textbox on Form1
- Click the button to run the ParseSHC function
More information regarding the SHC Specifications can be found HERE.