Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VerificaC19 check problem #13

Open
extremerz89 opened this issue Nov 23, 2021 · 0 comments
Open

VerificaC19 check problem #13

extremerz89 opened this issue Nov 23, 2021 · 0 comments

Comments

@extremerz89
Copy link

hello every body, i have vaccine passport, i decode it whit this code:
`
payload = sys.argv[1][4:]
print("decoding payload: "+ payload)

decoded = base45.b45decode(payload)

decompressed = zlib.decompress(decoded)

cose = CoseMessage.decode(decompressed)

print(json.dumps(cbor2.loads(cose.payload), indent=2))
`
(its a partial code...) i receive de "content code" ...
on original code of generator we have :

DATA = {
1: "DE",
-260: {
1: {
"v": [

but un my gp i have
{
4: 0000000,
6: 0000000,
1:"IT,
......
I have replace the original numbers with 000000 ....
on "ci" diciture i write the unique code verification...
i change all personal word, take the qr code and scan... but VerificaC19 app tell me that isnt a green pass error...

my twitter erpizzasfonda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant