In my app I want to release tickets, where I print a QRCode. Then, from another device running my app, I use this QRCode to recognize if ticket is valid (it was released by my app); to do this I want to include a string in QRCode, but I want "something" that can be recognized only by me. This is my question.