Hacker News new | ask | show | jobs
by unsquare 4355 days ago
>>discreet watermark with the origin

I'm assuming you are using steganography to achieve this? What kind of information are you imbedding into the image and when exactly does that process occur? Every time someone "downloads" the image?

1 comments

that reminds me of another technique I used but didn't describe in the article which could be interesting for you:

encode the viewer's IP into the image (with steganography, wrote a small script for that) on the server (every request). whenever your image pops up somewhere in the web you know which IP address is to "blame" (easily bypassed with IP obfusication software though :) )

This is a commonly used technique in game alphas under NDAs (TESO and WoW WLK are the most recent example that come to my mind). The player's account information are embedded in the exif of the screenshots. If a screenshot leaks from someone who doesn't know better, it's possible to track it down.
I've though about it, but there's a privacy concern that turns me off, it's the equivalent of having exif data in pictures, it's really great, until someone decides to do something questionable with the embedded data.