Is there anyway to verify the signature of the EU Covid Vaccine QR Code and make sure the QR Code was issued by an authorized entity?
Asked
Active
Viewed 871 times
3
-
1maybe https://ec.europa.eu/health/sites/default/files/ehealth/docs/covid-certificate_json_specification_en.pdf and https://ec.europa.eu/health/sites/health/files/ehealth/docs/digital-green-certificates_v5_en.pdf could help you (see `Trust framework and detailed technical specifications` under https://ec.europa.eu/health/ehealth/covid-19_en) – dan1st Oct 19 '21 at 18:43
-
1If you prefer source code, you might want to look at [these reference implementations](https://github.com/eu-digital-green-certificates). – dan1st Oct 19 '21 at 18:49
-
2especially https://github.com/eu-digital-green-certificates/dgca-wallet-app-android/blob/main/app/src/main/java/dgca/wallet/app/android/certificate/DefaultGreenCertificateFetcher.kt – dan1st Oct 19 '21 at 19:22
1 Answers
0
Thanks to Gaetano Piazzolla who recently wrote an article on how to verify Green-Pass QR Code Signature. Here is the article link: Green-Pass QR Code Signature Verification
He also wrote another article on how to Decode the EU Green-Pass QRCode. Here is the link of the article: Decode the EU Green-Pass QRCode
Note: you don't need to upvote, I'm just adding this as an answer so that everybody can benefit from these great articles.

MA1
- 926
- 10
- 28
-
1Can you please add some summary to you answers as [link only answers aren't really a good practice](https://meta.stackexchange.com/q/8231/525172). – dan1st Nov 01 '21 at 21:15