Decoding Aztec barcode

902 views Asked by At

I scanned an Aztec code and got the following result:

AQEpKCzOLQMf85T0bLRyJEZ3qukry/dsKwebnG2xESMj8JSSgmc=

I would like to know the encoded format and if possible the readable text to see what information is hidden behind the code!

Thanks.

1

There are 1 answers

2
Peter Ivan On

Your scanned data is formatted in Base64. You can decode it to binary format in almost any programming language or tool like https://www.base64decode.org/

I tried to decode the value but, it isn't readable in any common character sets. You'll have to supply more information on to get any relevant answers. The author of barcode data would be your best bet (what is the usage of the code?)