Extension. COVID-19. Decode QR Green Pass. Certificate. Encode/Decode QR

i cannot do that action i put the following json code to encode it doesnt

exple what i use on the text to qr block and it is not working {-260: {1: {'dob': '1998-02-26', date of birth
'nam': {'fn': 'Musterfrau-Gößinger', family name
'fnt': 'MUSTERFRAU<GOESSINGER',
'gn': 'Gabriele', given name
'gnt': 'GABRIELE'},
'v': [{'ci': 'URN:UVCI:01:AT:10807843F94AEE0EE5093FBC254BD813#B', certificate ID
'co': 'AT', country of vaccination
'dn': 1, doses received
'dt': '2021-02-18', date of vaccination
'is': 'Ministry of Health, Austria', cert issuer
'ma': 'ORG-100030215', vaccine manufacturer
'mp': 'EU/1/20/1528', vaccine product id
'sd': 2, total number of doses
'tg': '840539006', targeted disease (COVID-19)
'vp': '1119349007'}], vaccine or prophylaxis
'ver': '1.2.1'}}, schema version
1: 'AT', QR code issuer
4: 1624458597, QR code expiry
6: 1624285797}

1 Like

it is not working

1 Like

What is not working?

image

image

2 Likes

i can generate qr code but wen i scan it with covid scanner app it ses eerror it is not working

We get the message, please stop spamming the community....

3 Likes

this is an output, but not an input json code...
see a correct example taken from here https://dgc.a-sit.at/ehn/

{
    "ver": "1.2.1",
    "nam": {
        "fn": "Musterfrau-G\u00f6\u00dfinger",
        "gn": "Gabriele",
        "fnt": "MUSTERFRAU<GOESSINGER",
        "gnt": "GABRIELE"
    },
    "dob": "1998-02-26",
    "v": [
        {
            "tg": "840539006",
            "vp": "1119349007",
            "mp": "EU\/1\/20\/1528",
            "ma": "ORG-100030215",
            "dn": 1,
            "sd": 2,
            "dt": "2021-02-18",
            "co": "AT",
            "is": "Ministry of Health, Austria",
            "ci": "URN:UVCI:01:AT:10807843F94AEE0EE5093FBC254BD813#B"
        }
    ]
}

Taifun

1 Like

It's not working

1 Like

@Savvas_Mirazanasvili

This extension decodes "QR Green Pass".
Encoding requires a legal certificate, that is why it is called "COVID Certificate", in addition to other types of encoding Base45, zlib, cose, cbor...

With this extension you cannot create "QR Green Pass"

2 Likes

hey man, how can I encode the same information from the json?

1 Like

Read the previous post.

1 Like

Welcome to Community

Please call like @Beam_Media, @HAM_APK, Dont use "HEY MAN" Word

2 Likes

Hi, I am using KIO4_QRGreenPass1 extensión and when I want to generate an URL, my QR scanner reads the " / " (slash) like %2F.
Example:
If you encode " ....... /index/files " the output is %2Findex%2Ffiles. (I am thinking in UTF-8 encoding)
Can i fix this to get literal text as I wrote ?

Can you try this version?

http://kio4.com/appinventor/299F_extension_QRGreenPass.htm

borrar_qr_covid2.aia (417.7 KB)

3 Likes

Hola me he metido aqui para crear un qr covid funcional como funciona??

This extension decodes "QR Green Pass".
Encoding requires a legal certificate, that is why it is called "COVID Certificate", in addition to other types of encoding Base45, zlib, cose, cbor...

With this extension you cannot create "QR Green Pass"

puede ser en español porfavor?

Con esta extensión podemos decodificar QR de certificados digitales de COVID-19, pero no podemos crear QR de esos certificados.

y no hay alguna manera de crearlos? como en el ejemplo: https://github.com/eu-digital-green-certificates/dgc-testdata/tree/main/IT

Solo las autoridades gubernamentales y sanitarias pueden proporcionar código QR para COVID-19. This Community does not provide any help to create those codes..

Wow! Nice Extension!