Skip to content
/ vacenc Public
forked from hary777/vacenc

Python sample script to encode something like the EU Covid-19 vaccine certificate.

License

Notifications You must be signed in to change notification settings

erpmag/vacenc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vacenc

Hannob inspired me with his vacdec [https://github.com/hannob/vacdec]https://github.com/hannob/vacdec

Python script to encode something like EU Covid-19 vaccine certificate.

This script takes a string with python dictionary string as parameter and create output.png It is reversed version of Hannobs's vacdec. You need to get own sample data.

setup

You will need the python cbor2 and base45 packages. You can install them via your distribution or via pip:

pip install base45 cbor2

In your system you need qrencode. Exapmle for Fedora34.

dnf install qrencode

usage

Run:

./vacenc sample_data.txt

About

Python sample script to encode something like the EU Covid-19 vaccine certificate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%