I am trying to squeeze the size of one of the popular barcodes to store around 580 bits, the output of this example. (i.e. an encrypted hash)
I need to make it work in datamatrix and pdf417
I know that I can convert to base64 but I want to know if there is a way to be more space efficient?
I control the writing and reading so i can use the encoding I choose.