hannob / vacdec

Python script to decode the EU Covid-19 vaccine certificate
The Unlicense
242 stars 89 forks source link

Added signature verification #9

Closed Cap-JaTu closed 3 years ago

Cap-JaTu commented 3 years ago

Re-did the whole thing. Added COSE signature verification from known public ECDSA certificate.

Proper Python logging. Proper argument handling with possibility of parsing raw data instead of a QR-code.

hannob commented 3 years ago

This looks more like a full rewrite than an update. I think I'll leave this as a simple script, but I will point to your fork in the README for people interested in a script that also does verification.