this post was submitted on 20 Oct 2025
374 points (99.2% liked)

Privacy

42756 readers
1298 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

One thing I'm concerned about is recording equipment leaving identifiable information without us knowing about it.

you are viewing a single comment's thread
view the rest of the comments
[–] mukt@lemmy.ml 72 points 4 days ago (5 children)

Photos taken by digital cameras are also trackable in a similar way as prints taken from a printer. I recall reading they were trying to identify the device after a Harry Potter book was leaked by someone taking digital photographs.

[–] who@feddit.org 12 points 4 days ago* (last edited 4 days ago)

To be clear, this is not about EXIF data (which is its own problem).

Digital cameras can be fingerprinted from the images they produce, due to variations between pixels in any given sensor. If you're concerned about an image being traced back to your camera, you might consider some post-processing before distributing it.

[–] clif@lemmy.world 19 points 4 days ago (1 children)
[–] mukt@lemmy.ml 3 points 3 days ago

Apparently! Just looked it up and reports presently say that the Serial Number of device was found to be 560151117 from EXIF data. Camera make : Canon Rebel 350 (also known as the Canon EOS 350D or Canon Digital Rebel XT);

[–] belated_frog_pants@beehaw.org 16 points 4 days ago (3 children)

Exif data. It can be removed with various apps but its in photos by default on most devices

[–] ReversalHatchery@beehaw.org 10 points 4 days ago

or just the individual characteristics and flaws of the lens/sensor/postprocessing software, some of which can be unique per device, and potentially comparable to other photos made with it.

[–] mukt@lemmy.ml 1 points 3 days ago
[–] HiddenLayer555@lemmy.ml 2 points 4 days ago* (last edited 4 days ago)

Even without EXIF data I would bet the actual encoding of the image will be identifiable to a specific instance of the camera software.

Similar to how websites fingerprint your browser by rendering something in the canvas or webgl and sending back the rendered image. The exact same rendering procedure will produce slightly different images for each browser instance. I suspect browsers are fully aware and complicit in this because why the actual fuck would they not make the rendering engines deterministic to their inputs?!

There was a post not long ago about fingerprinting lense aberrations as a unique id. Idk how practical it is though?

[–] mapleseedfall@lemmy.world 10 points 4 days ago (2 children)

Youre talking about img metadata right? With the right tool you can strip images out of them

[–] thevoidzero@lemmy.world 11 points 4 days ago* (last edited 4 days ago) (1 children)

That's the obvious one. But you can also add data to images by adding tiny values to the pixels, it'll still look the same to us (same as printer tiny dots).

I don't know if phones actually do this. Just saying it's possible.

But many uploading sites optimize the images, so it'll be gone on reshare, but they could get it on first upload.

[–] TheSlad@sh.itjust.works 2 points 4 days ago

Any image editing tool like mspaint or similar. Just copy paste the pixels into a new image file. Though, the program youre using will probably still add it's own metadata to the new file, but all the original metadata from the camera won't be there.