Images, DMCA, and Social Networking
Posted: 2011-11-03T11:36:59-07:00
First, developers, thank you for developing and supporting such an amazing tool for Linux and Unix over
the years.
For a while now I have been horrified at the terms of service of many web companies, social networking
included. Specifically, when a person uploads a picture to a social networking site, the site operator claims
the right to use that picture in any way. I would like to offer a solution to this, which uses the DMCA
as protection. If image data use any encryption, however basic, then it would be illegal under the DMCA
to reverse engineer the encryption scheme to gain access to the content.
As an example, let's say I want to upload a picture, but I don't want social networking sites to have use
of it. I would:
convert -key foo SOURCE.jpg TOUPLOAD.jpg
If I:
display TOUPLOAD.jpg
I would see a JPEG that does not make sense. However, if I:
display -key foo TOUPLOAD.jpg
then it would render correctly. The trick would be to get web browsers to be able to detect scrambled images
(through EXIF perhaps) and prompt for a key. Until then, it would be a manual process.
If it has merit, is this something that could easily be done?
the years.
For a while now I have been horrified at the terms of service of many web companies, social networking
included. Specifically, when a person uploads a picture to a social networking site, the site operator claims
the right to use that picture in any way. I would like to offer a solution to this, which uses the DMCA
as protection. If image data use any encryption, however basic, then it would be illegal under the DMCA
to reverse engineer the encryption scheme to gain access to the content.
As an example, let's say I want to upload a picture, but I don't want social networking sites to have use
of it. I would:
convert -key foo SOURCE.jpg TOUPLOAD.jpg
If I:
display TOUPLOAD.jpg
I would see a JPEG that does not make sense. However, if I:
display -key foo TOUPLOAD.jpg
then it would render correctly. The trick would be to get web browsers to be able to detect scrambled images
(through EXIF perhaps) and prompt for a key. Until then, it would be a manual process.
If it has merit, is this something that could easily be done?