Python script to validate the NZ Covid-19 vaccine pass, specified here.
Scan the QR code, and pass the payload to the script. It will then decode the payload & validate the pass. If valid, it will print out the details of the pass holder. If invalid, it will throw an exception.
pip3 install -r requirements.txt
python3 verify.py <qr_payload>