/eu-digital-covid-cert-decoder

Simple script for getting at the JSON content of EU Digital COVID certificates

Primary LanguagePython

EU Digital COVID Certificate Decoder

This is a couple of scripts for dumping out the contents of the EU Digital COVID Certificate. It doesn't perform any sort of verification or validation.

The field names for the JSON message are abbreviated, you can find the schema therefor on the ehn-dcc-development project.

Requirements

System requirements:

  • zbar-tools for reading the QR code
  • python3 for running the python script

Python packages needed:

  • base45 for decoding the QR code's content into the CBOR message
  • flynn for unpacking the CBOR message

Running

$ ./read-qr.sh < QR_CODE.png