-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems the QR code is not offered by MyHelathNB #1
Comments
I had invent my own barcode format. I call it JAB code (no pun intended :-)). It stands for JSON Array Barcode. The main idea is that we turn java beans objects into an array of their fields values. Excluding nulls. Values are encoded according to JSON rules. So for example bean like this: In the ImmuNB app I use barcode header which checksums the payload data for consistency verification and then encrypts the payload with a symmetric cipher. (The production key has to be kept a secret!) |
Interesting, what confused me, is the MyHealthNB web portal does not seem to offer the QR code version of the certificate, called the 1-866 # spoke with lady who has no idea when the qr code was going to be offered, I asked if it was previously offered and taken down she claims they never provided the code at any time.
How's this coder able to create an app for a QR code that technically doesn't exist or am I missing something here.
The text was updated successfully, but these errors were encountered: