Comment Re: Is it dead yet? (Score 1) 176
You could 1. generate a key pair, 2. put the public key as metadata in the unforgable blockchain entry, and 3. sign whatever message is needed to be tied to this entry with the private key. This scheme ensures no unauthorized message is associated to the same blockchain entry (a property verifiable by anyone), but is vulnerable to an attack needing say an identical message on a different physical object (someone copying the sticker, as you suggest). Depending on the particular needs, this may or may not be sufficient.