Last active
July 27, 2021 07:17
-
-
Save GaetanoPiazzolla/eb8d4ed3dccb9e9d31840f44537e0f7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import nl.minvws.encoding.Base45; | |
// .... | |
String withoutPrefix = text.substring(4); | |
byte[] bytecompressed = Base45.getDecoder().decode(withoutPrefix); | |
// .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to medium article: https://gae-piaz.medium.com/decode-the-eu-green-pass-qrcode-using-java-b5654e55b0fc