Skip to content

Instantly share code, notes, and snippets.

@e7p
e7p / covpass_decode.py
Last active December 14, 2021 23:59
CovPass QR-Code analyzer port in Python
#!/usr/bin/env python3
import sys
import base45
import zlib
import cose.messages.sign1message
from cose.keys import EC2Key
import cbor2
import datetime
import base64
import json