Web content screen capture copy-protection

521 views Asked by At

I have some sensitive content that I am presenting to authenticated users over the web, in a browser. I am looking for techniques which would allow me trace a screen shot or photograph of content back to a specific user by embedding identifying information in the web page.

The simplest approach would be placing the identifier in plain view, but this method isn't tamper resistant.

This lead me to think about steganography on the web.

Techniques like LSB embedding only work with images; there are some pages on my site which don't include images. Furthermore, it also wouldn't work well with poor-quality image capture, as is often the case camera phones; the LSB might be corrupted by glare, blur, reflections, etc.

Two example techniques I found are:

Are there similar techniques (or even libraries) which have been used on web content?

For the purposes of this question, I am not concerned with copy-prevention.

0

There are 0 answers