encoding - QR decoding barcode output symbols meaning -


i have output of decoded qr barcode, code has meaning or can interpret these symbols meaningful output? there algorithm interpret output of decoding qr? output: lwludgvydmlldy5zmy5hbwf6b25hd3muy29tl

this string:

lwludgvydmlldy5zmy5hbwf6b25hd3muy29tl 

is base64 representation of:

-interview.s3.amazonaws.com 

however, not related qr codes. person created qr code arbitrarily decided encode content base64.

if you're managing base64-encoded qr codes, you'll need decode using same algorithm, keep in mind not part of process of decoding qr codes.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -