dcc-decode

Crates.iodcc-decode
lib.rsdcc-decode
version0.1.0
sourcesrc
created_at2021-07-19 16:18:43.836233
updated_at2021-07-19 16:18:43.836233
descriptionTool to read EU digital covid certificates
homepage
repositoryhttps://github.com/Xiphoseer/dcc-decode
max_upload_size
id424788
size56,279
Daniel Seiler (Xiphoseer)

documentation

README

Digital-Covid-Certificate Decoder

This is a simple tool to decode the text in the QR-Codes of digital covid certificates

Basic Usage

$ echo "HC1:…" | dcc-decode

Advanced usage

$ git clone https://github.com/ehn-dcc-development/ehn-dcc-valuesets.git
$ curl https://de.dscg.ubirch.com/trustList/DSC/ | sed '1d' > trustlist.json
$ echo "HC1:…" | dcc-decode

Additional Options

Commit count: 1

cargo fmt