6 ms·
What are you signing it with, though? A unique key that only exists on your device... so it will perfectly tie a photo to a specific camera. Even if you didn't
by cortesoft 6d ago
What are you signing it with, though? A unique key that only exists on your device... so it will perfectly tie a photo to a specific camera.
Even if you didn't know who owned the camera, you could identify other pictures taken by that same camera, and information in those photos might let you figure out who owns the camera.
- anhner 5d agoBut you are signing it with your _private_ key, presumably. You know, the key that stays on your device and nobody knows?
- cortesoft 5d agoThat just means no one else can pretend they are you, but it also means they can know it HAS to be you. If you sign two images with that private key, people will know for certain that you created both of them. This is the whole point of signing something. No one else can fake it because they don't have the private key, but EVERYONE can verify it because they DO have the public key. In fact, they don't even need the public key because they can extract it from the signature and the signed image.