Question

The current method uses AES encrypted files. The goal is to exchange small amounts of private data using AES encrypted QR-codes.

Was it helpful?

Solution

There's no such thing as an encrypted QR code as far the spec is concerned. In that sense, no.

However you can in theory put whatever bytes you want in a QR code. Those bytes could happen to be the encrypted version of some data. It would not make sense to most readers as it is a custom, non-standard use of QR codes.

But you can easily modify an encoder/decoder to do this on Android, yes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top