Digging into Quebec's electronic proof of vaccination
11–20 of 42 posts
Re: Digging into Quebec's electronic proof of vaccination
#12https://gist.github.com/remi/e3aa2f78845ee13f706ed83aead5145...
There's also an online version (that works on mobiles and desktops) and decodes everything on the client side:
Re: Digging into Quebec's electronic proof of vaccination
#13Québec's government has historically been incompetent regarding anything digital (a lot of their website are still barely usable), but I want to give credit where credit is due: their vaccine appointment website as well as their proof-of-vaccination has been really well done.
Re: Digging into Quebec's electronic proof of vaccination
#14Québec's government has historically been incompetent regarding anything digital (a lot of their website are still barely usable), but I want to give credit where credit is due: their vaccine appointment website as well as their proof-of-vaccination has been really well done.
As an immigrant from the US, I find most of Quebec's government websites to be quite good actually. But maybe that's just my low standards.
Re: Digging into Quebec's electronic proof of vaccination
#15Québec's government has historically been incompetent regarding anything digital (a lot of their website are still barely usable), but I want to give credit where credit is due: their vaccine appointment website as well as their proof-of-vaccination has been really well done.
Re: Digging into Quebec's electronic proof of vaccination
#16So... looks like it's using ES256. How long would it take to factor the private key?
Re: Digging into Quebec's electronic proof of vaccination
#17Québec's government has historically been incompetent regarding anything digital (a lot of their website are still barely usable), but I want to give credit where credit is due: their vaccine appointment website as well as their proof-of-vaccination has been really well done.
I get the sense everybody thinks their particular government is specifically bad at IT services.
Here’s some results of a longstanding poll. There have also been various official reports to this effect.
https://www.ctvnews.ca/mobile/sci-tech/canada-s-francophones...
Re: Digging into Quebec's electronic proof of vaccination
#18The underlying cryptographic technology here: "Verifiable Credentials" is quite exciting. If you have ever wondered "why aren't bureaucracies using digital signatures?" then VCs are interesting. It's a pretty decent technical spec for signing statements like "This person has this age" or "this person is vaccinated" or "this person is authorized for this bank-account as executor of a will". It is a spec written by cry…
Re: Digging into Quebec's electronic proof of vaccination
#19Earlier quoted context omitted.
As an immigrant from the US, I find most of Quebec's government websites to be quite good actually. But maybe that's just my low standards.
Most government or government-adjacent (sépaq, Hydro Québec) websites are pretty decent. There's a few awful exceptions like the SAAQ disabling their online services at 11pm, as if their servers need to go to bed? Or the city of Longueuil's tax portal which looks like it is from the 90s!
Re: Digging into Quebec's electronic proof of vaccination
#20So... looks like it's using ES256. How long would it take to factor the private key?