drm

Silverlight - Determine if a wma is protected by DRM

Is there a way to determine if a wma file is DRM'd? I'd like to be able to do this in a trusted, out of browser Silverlight 4 application so pinvoke isn't an option. I supposed I could just try to play the file in a MediaElement but that doesn't seem efficient. ...

How to detect the usage rights (DRM) of a file

Suppose you have a .wma / .wmv file and you want to detect: is it DRM protected ? (then hopefully) details of the DRM protection (like when does the license expire etc.)? Is there a C# / C++ api for it? It seems that Windows Media Player can do it - if you click properties on that file... but Explorer does not show this info. Note:...

Audio encryption/protection

Other than coding, I spend alot of my time in a recording studio making music. I intend on selling my art both online and on cd, but I have one issue...protecting the audio file. I dont want people illegally distributing or making copies of my music so I need to protect it somehow. The one way that I've seen is to create my own player an...

How to read asf header in C#?

Having a wma file, how can one parse the header using c#? The purpose is to find the Key ID in the Content Encryption Object (that forms a part of the DRM license). Do you use the WM Format SDK or WM rights manager? ...

How about M4V Converter Plus? Anyone use it?

How about M4V Converter Plus? Anyone use it ![alt text][1] ...

How to restrict a software for only 1 time use??

Hello guys, I need a solution of this question " How can I restrict a software for only 1 time use " Means binding a software to only 1 Pc for only 1 use ... Hoping to get some ideal answers .. Please help me. Thanks ...

How can i get cpuid in java ???

Hello guys I want create an encryption with java ; How can i get CPU Id or anythings is unique in pc such as bios or ... for example System.getCpuId(); :) it's just example ;) Thanks a lot ... ...

Uninstall WM DRM Active-X control

I am using WM DRM to protect content. Licenses for the content are issued through a web page (lauched from within Windows Media Player) using an embedded active-X control with the following Id. clsid:A9FC132B-096D-460B-B7D5-1DB0FAE0C062 Obviously, not everyone has access/permission to install the Active-X control so there is a separa...

How to implement a poor man's DRM solution

I've been tasked with securing video content for an intranet client/server solution. There seams to be a couple of DRM solutions out there, but most of them have various draw backs for us. Cost is a huge factor. Maintaining the "keep honest people honest" philosophy, I was asked if it would be possible to obfuscate the files on the se...

Which copy protection techniques are available for digital material?

Suppose a website offers the following resources for premium users: PDF Files Video Files Presentations (e.g. .ppt files) Which protection techniques are available to prevent (slow down) the user to copy and re-distribute these resources? ...

SDK to encode media with FairPlay DRM?

My company runs a video website. We currently make our content available via streaming, and download to Windows PCs with WMRM DRM. We're looking to make content available to download for Macs but would need to protect them with the FairPlay DRM system. Is this something that we can do, or is FairPlay proprietary and only permitted to be...

Is there any facility to protect the contents of an APK from user modification?

I was thinking about this earlier and figured I'd ask. If I made an application that has lots of resources, what would stop someone from extracting and adding/modifying the resources I ship with it? Does an application that doesn't want its data manipulated have any sort of option to protect itself? ...

How to implement OMA forward lock on Android?

I'm working on an application that requires support for forward locking of media files on Android (1.6 and above). Of course, there appears to be no documentation in the APIs on how this might work. The two questions I have are firstly whether forward locking is supported on Android (and in which versions of the platform) and secondly h...

DRM for videos bundled with a desktop app?

Hey everybody, So, I have this desktop app built using WPF and C#. It's basically an offline course system that has videos, quizzes, and other assorted content. My dilemma is that I don't know how to protect the videos once they are downloaded and installed on the users machine? Are there any DRM systems out there that I can look into? ...

Looking for all-in-one drm/installer/CD creation kit.

The company I work for has a download manager in place that handles distribution, DRM, installation of our products - when a user gets them off our website. However, we're using an clunky system for packaging and protecting our products when we do press releases or make retail CDs. Part of the antiquation problem is the fact that the a...

How can I programmatically read a Adobe DRM'd Epub?

I am writing an ebook reader that supports the epub format (i have the parsing of open epub working), but I would like to support the reading of Adobe DRM locked epubs. I have read through the Adobe digital editions site (faq and support pages) and googled, but alas as yet I have not found any docs on the API to: authorise the PC usin...

Confused about encryption with public and private keys (which to use for encryption)

I am making a licensing system when clients ask my server for a license and I send them a license if they are permitted to have one. On my current system I encrypt the license using a single private key and have the public key embedded into the client application that they use to decrypt the license. It works! Others have told me that...

how to implement social drm in java?

how to implement social drm in java? how could i insert 'personal data' inside an e-book (.pdf or epub) automatically? i think in an software interface where consumer could insert his personal data and the system generates an e-book (locked) with these data... how could i implement this? tips? ...

Is there a way to use DRM on HTML5 video?

Since Flash is losing ground I would like to know if there are ways to protect html5 videos with DRM (H264, .ogg and WebM). Update Found out that safari supports HTML5 drm hinting with .mov files. Which stops users from directly saving the files. Still leaves all other browsers. http://www.apple.com/html5/showcase/video/ ...

Secure applications on Windows?

The Sony Playstation 3's in-built DRM/Copy Protections makes it a very attractive platform for developers (less piracy) same perhaps with iPhone. I believe this is achieved by virtualising the OS, sandboxing the applications. Can we have that security on Windows? are their any plans or means? ...