jumpjack / greenpass

Pure javascript greenpass QR code decoder in browser
MIT License
16 stars 3 forks source link

Non working code #5

Closed lumb2019 closed 2 years ago

lumb2019 commented 2 years ago

Hi, I have a a lot of QR codes the Code is working with. But I have found one, the Script is not working for. The not working code is:

I have deleted it.

Are you able to help me find the issue with this?

Thanks a lot

Lars

jumpjack commented 2 years ago

Maybe a qr-decode failure, or a copy/paste failure? I cannot decode it with any decoder: Cyberchef recipe CBOR decoder

jumpjack commented 2 years ago

Base45 decoder: https://dencode.com/string/base45

lumb2019 commented 2 years ago

Hi, here is a copy paste error, because in this test code the sign "star" like * will be changed. So it is not possible to enter the code here. So I have added a text file. The right code is working on https://dencode.com/string/base45 but not here. Thanks a lot File deleted..

jumpjack commented 2 years ago
HC1:6BF+70790T9WJWG.FKY*4GO0RKPNHILCJ$VBFBBRW1*70HS8FN0WLCD/OWY01BCEKID97TK0F90KECTHGWJC0FDC:5AIA%G7X+AQB9746HS80:5AIBZ47VF6$A8VL6+0AP7BN46/46R46 463ZACN9+Y9 +AVK4WJCT3EHS8XJC$+DXJCCWENF6OF63W5NW6UF6%JC QE/IAYJC5LEW34U3ET7DXC9 QE-ED8%E.JCBECB1A-:8$966469L6OF6VX6Q$D.UDRYA 96NF6L/5SW6Y57KQEPD09WEQDD+Q6TW6FA7C466KCN9E%961A6DL6FA7D46JPCT3E5JDNA7$Q68465W51S6..DX%DZJC5/DL+8 VD 8D%$EWKEI3D:-C-3EWED1ECW.CBWEY*82T92694ZAVIAI3D8WE Y9G+95N9$PC5$CUZCY$5Y$527B789C%HQWK8E5%H4ZL2S/RS*UX51KUV:Q07WOK1DHBQZVQLTR4:1LPUR%CT M$MAW.85BNXQNF:JN408DJRP0HX48878CJD9K8BD4:F
lumb2019 commented 2 years ago

HC1:6BF+70790T9WJWG.FKY4GO0RKPNHILCJ$VBFBBRW170HS8FN0WLCD/OWY01BCEKID97TK0F90KECTHGWJC0FDC:5AIA%G7X+AQB9746HS80:5AIBZ47VF6$A8VL6+0AP7BN46/46R46 463ZACN9+Y9 +AVK4WJCT3EHS8XJC$+DXJCCWENF6OF63W5NW6UF6%JC QE/IAYJC5LEW34U3ET7DXC9 QE-ED8%E.JCBECB1A-:8$966469L6OF6VX6Q$D.UDRYA 96NF6L/5SW6Y57KQEPD09WEQDD+Q6TW6FA7C466KCN9E%961A6DL6FA7D46JPCT3E5JDNA7$Q68465W51S6..DX%DZJC5/DL+8 VD 8D%$EWKEI3D:-C-3EWED1ECW.CBWEY82T92694ZAVIAI3D8WE Y9G+95N9$PC5$CUZCY$5Y$527B789C%HQWK8E5%H4ZL2S/RSUX51KUV:Q07WOK1DHBQZVQLTR4:1LPUR%CT M$MAW.85BNXQNF:JN408DJRP0HX48878CJD9K8BD4:F

lumb2019 commented 2 years ago

If I insert it as it is you see the * will be changed. But the code you inserted is the right one. Do you know, why the right code works on decode.com, but not in you're code?

jumpjack commented 2 years ago

Now it's fixed.