PC Review


Reply
Thread Tools Rate Thread

Digital rights management for images

 
 
Henrik Dahl
Guest
Posts: n/a
 
      28th Dec 2006
Hello!

I have some images (for instance in .jpg files) which I would like to apply
digital rights management for, i.e. that only authorized users may wiew then
using their www browser, i.e. if a non-authorized user is attempting to
address the .jpg file with a url, or for that sake gets a copy of the image
file from an authorized user, the un-authorized user should not be able to
view the image.

Does some of the .NET or other Microsoft products offer a solution to the
mentioned problem?


Best regards,

Henrik Dahl


 
Reply With Quote
 
 
 
 
Ignacio Machin \( .NET/ C# MVP \)
Guest
Posts: n/a
 
      28th Dec 2006
Hi,

No, there is nothing like, the best you can do is placing the images inside
a password protected folder.
but if such a user gets a copy of the image there is no protection at all
and he can do anything with it.


Cheers,

--
Ignacio Machin
machin AT laceupsolutions com

"Henrik Dahl" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello!
>
> I have some images (for instance in .jpg files) which I would like to
> apply digital rights management for, i.e. that only authorized users may
> wiew then using their www browser, i.e. if a non-authorized user is
> attempting to address the .jpg file with a url, or for that sake gets a
> copy of the image file from an authorized user, the un-authorized user
> should not be able to view the image.
>
> Does some of the .NET or other Microsoft products offer a solution to the
> mentioned problem?
>
>
> Best regards,
>
> Henrik Dahl
>
>



 
Reply With Quote
 
Henrik Dahl
Guest
Posts: n/a
 
      28th Dec 2006
Hello again!

OK. Actually the user does not need to get the .jpg file. For instance it
could be that the .jpg file could be wrapped in something, e.g. a file of a
different kind, but supporting digital rights management in some way, which
the user could then get.


Best regards,

Henrik Dahl

"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.com> skrev i en
meddelelse news:(E-Mail Removed)...
> Hi,
>
> No, there is nothing like, the best you can do is placing the images
> inside a password protected folder.
> but if such a user gets a copy of the image there is no protection at all
> and he can do anything with it.
>
>
> Cheers,
>
> --
> Ignacio Machin
> machin AT laceupsolutions com
>
> "Henrik Dahl" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hello!
>>
>> I have some images (for instance in .jpg files) which I would like to
>> apply digital rights management for, i.e. that only authorized users may
>> wiew then using their www browser, i.e. if a non-authorized user is
>> attempting to address the .jpg file with a url, or for that sake gets a
>> copy of the image file from an authorized user, the un-authorized user
>> should not be able to view the image.
>>
>> Does some of the .NET or other Microsoft products offer a solution to the
>> mentioned problem?
>>
>>
>> Best regards,
>>
>> Henrik Dahl
>>
>>

>
>



 
Reply With Quote
 
Rad [Visual C# MVP]
Guest
Posts: n/a
 
      28th Dec 2006
On Thu, 28 Dec 2006 23:40:00 +0100, Henrik Dahl wrote:

> Hello again!
>
> OK. Actually the user does not need to get the .jpg file. For instance it
> could be that the .jpg file could be wrapped in something, e.g. a file of a
> different kind, but supporting digital rights management in some way, which
> the user could then get.
>
> Best regards,
>
> Henrik Dahl


That's an interesting idea you could create a custom file type and have the
image data as an attribute of your new file type -- then you could enforce
your DRM using a custom viewer application, perhaps an ActiveX component or
a J# applet.

But alas there's little you can do for the showstopper that is the Print
Screen button or the ULTIMATE showstopper - a camera

--
Bits.Bytes
http://bytes.thinkersroom.com
 
Reply With Quote
 
Jeffrey Tan[MSFT]
Guest
Posts: n/a
 
      29th Dec 2006
Hi Henrik,

Rad [Visual C# MVP] has provided the basic idea of this approach. The key
DRM of this approach is using the undocumented file format to wrap the
image so that other vendor's image browser can not read it without your
company's file format specification.

Actually, DRM is out of the scope of .Net or C#. DRM is hot area in
computer science. Normally, the software DRM solution is not reliable
without special hardware support. Here is some comments, for your
information:
1. Undocumented custom file format. It is not uncommon for the hacker to
disassemble your application image browser to understand the logic of
parsing this undocumented file. After analysising the file format, it is
easy for the hacker to read the image part from the custom file format. DRM
lost now.
2. Although you may have encrypt the image file on the disk with enough
strong algorithm, the image still have to be decrypted in the memory before
viewing by your own application. Then the hacker process can still position
the decrypted JPG in the memory and dump/save it to the disk. DRM lost
again.

Please refer to the book below, if you need more information about how
hacker does the above 2 technologies:
"Reversing: Secrets of Reverse Engineering (Paperback) "
http://www.amazon.com/Reversing-Secr...m/dp/076457481
7/sr=1-1/qid=1167379224/ref=pd_bbs_sr_1/002-0699431-9284048?ie=UTF8&s=books

Another famous case study is Sony Music's DRM for its CD, which uses the
kernel-mode rootkit. This behavior is discovered by Mark Russinovich on his
wonderful blog below:
http://blogs.technet.com/markrussino...ny-rootkits-an
d-digital-rights-management-gone-too-far.aspx

However, using kernel-mode rootkit for DRM is also not perfect, Mark
Russinovich talks about how to use rootkit to defeat rootkit based DRM in
the article below:
"Using Rootkits to Defeat Digital Rights Management"
http://blogs.technet.com/markrussino...ing-rootkits-t
o-defeat-digital-rights-management.aspx

Using special hardware to decrypt and display the encrypted image is the
only perfect reliable way of implementing DRM, however, it is just a
principle solution, because many company can not afford the hardware based
solution.

Sorry, for the long comment, I just want to provide more information
regarding this interesting topic. The idea solution is based on your DRM
severity, in normal situation, the Rad [Visual C# MVP]'s solution is a good
balance, although you may add some type of encryption in file.

Happy New Year!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
Jesse McGrew
Guest
Posts: n/a
 
      29th Dec 2006
"Jeffrey Tan[MSFT]" wrote:
[...]
> Using special hardware to decrypt and display the encrypted image is the
> only perfect reliable way of implementing DRM, however, it is just a
> principle solution, because many company can not afford the hardware based
> solution.


As Rad pointed out, even custom hardware isn't a perfect solution. You
can't stop someone from making a copy via the "analog hole" by pointing
a digital camera at the screen. There'll be some quality loss, but that
may be acceptable to the copiers.

There's no technical solution to this problem, short of giving your
customers cybernetic eye transplants or beaming an image directly into
their brains. The only real solution is at the business level: if your
ability to profit depends on preventing or detecting an activity that
simply cannot be prevented or detected, perhaps you should rethink the
business model.

Jesse

 
Reply With Quote
 
Otis Mukinfus
Guest
Posts: n/a
 
      29th Dec 2006
On Fri, 29 Dec 2006 08:13:48 GMT, (E-Mail Removed) ("Jeffrey
Tan[MSFT]") wrote:

>However, using kernel-mode rootkit for DRM is also not perfect, Mark
>Russinovich talks about how to use rootkit to defeat rootkit based DRM in
>the article below:
>"Using Rootkits to Defeat Digital Rights Management"
>http://blogs.technet.com/markrussino...ing-rootkits-t
>o-defeat-digital-rights-management.aspx
>


Here is the new (correct) URL to the above:
http://blogs.technet.com/markrussino...anagement.aspx

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Reply With Quote
 
Ignacio Machin \( .NET/ C# MVP \)
Guest
Posts: n/a
 
      29th Dec 2006
Hi,


"Henrik Dahl" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello again!
>
> OK. Actually the user does not need to get the .jpg file. For instance it
> could be that the .jpg file could be wrapped in something, e.g. a file of
> a different kind, but supporting digital rights management in some way,
> which the user could then get.
>


Honestly I think you are after the holy gail , if a user can see it he can
do a number of things:
1- printscreen
2- take a photo

and those are only the more rustic

what I see that the sites that sells pictures do is insert a watermark in
the photo in such a way that you can still see the photo but with a text or
logo inside.

in anycase there is nothing in .net to allow this.


--
Ignacio Machin
machin AT laceupsolutions com


 
Reply With Quote
 
Rad [Visual C# MVP]
Guest
Posts: n/a
 
      29th Dec 2006
On Fri, 29 Dec 2006 11:37:26 -0500, Ignacio Machin ( .NET/ C# MVP ) wrote:

> Hi,
>
> "Henrik Dahl" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...


> Honestly I think you are after the holy gail , if a user can see it he can
> do a number of things:
> 1- printscreen
> 2- take a photo
>
> and those are only the more rustic
>
> what I see that the sites that sells pictures do is insert a watermark in
> the photo in such a way that you can still see the photo but with a text or
> logo inside.
>
> in anycase there is nothing in .net to allow this.


Not sure I understand that -- are you saying there is nothing in .NET to do
watermarking? If so I believe you can use the Graphics.DrawString() or
Graphics.DrawImage() to layer some text or another image on top of an
existing image
--
Bits.Bytes
http://bytes.thinkersroom.com
 
Reply With Quote
 
Ignacio Machin \( .NET/ C# MVP \)
Guest
Posts: n/a
 
      29th Dec 2006
Hi,

"Rad [Visual C# MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Fri, 29 Dec 2006 11:37:26 -0500, Ignacio Machin ( .NET/ C# MVP ) wrote:
>
>> Hi,
>>
>> "Henrik Dahl" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...

>
>> Honestly I think you are after the holy gail , if a user can see it he
>> can
>> do a number of things:
>> 1- printscreen
>> 2- take a photo
>>
>> and those are only the more rustic
>>
>> what I see that the sites that sells pictures do is insert a watermark in
>> the photo in such a way that you can still see the photo but with a text
>> or
>> logo inside.
>>
>> in anycase there is nothing in .net to allow this.

>
> Not sure I understand that -- are you saying there is nothing in .NET to
> do
> watermarking? If so I believe you can use the Graphics.DrawString() or
> Graphics.DrawImage() to layer some text or another image on top of an
> existing image


I was refering to DRM really.

But neither the watermarking is supported in .net it's not as simple as
drawing a string or image, its' that you have to difuse it in such a way
that it does not affect the original image


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital Rights Management =?Utf-8?B?QmlnQg==?= Windows XP MovieMaker 1 16th Dec 2006 04:56 AM
Digital Rights Management???? =?Utf-8?B?Qm9i?= Windows XP MovieMaker 1 27th Nov 2006 05:18 AM
Digital Rights Management and Download Management anthony@fbd Windows XP Music 1 12th Oct 2006 06:13 PM
digital rights management... =?Utf-8?B?TGF1cmE=?= Windows XP General 4 31st Oct 2004 02:20 PM
Digital rights management Hong Zheng Windows XP Logo 0 12th Dec 2003 02:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:39 AM.