All Questions
4 questions
1
vote
0
answers
320
views
How to decrypt data after scan through QR code Scanner for RSA
I have already encrypt my data and generate QR code to store it. But,when I scan the QR code through QR scanner, it just scan the encrypted message and not decrypt the message back. Can someone guide ...
0
votes
0
answers
88
views
QR scanner returns a value different from the one I pass to it
Please, do not pay attention to algorithm for encoding/ image size/ password etc. It is a demo.
I generate qr code this way :
private final byte[] keyValue =
new byte[]{'T', 'T', 'T', 'T',...
-1
votes
1
answer
689
views
Encrypt QR codes
I am developing an Android app and a web administration module. I need to generate QR codes, but encrypted (since these reveal sensitive information in the database).
The QR codes are generated in ...
5
votes
2
answers
8k
views
Using digital signature to secure QR code
I was looking for something like "inverted asymmetric cryptography" and came across a great post, which actually covers what I need.
I want every user of my application has a public key allowing them ...