drm

How to use android.drm framework

∥☆過路亽.° 提交于 2019-12-19 08:29:52
问题 I am developing an android app based on DRM. Application is intended to encrypt the (audio,video) files after downloading and getting control access on the files(audio,video)preventing the file(audio,Video) copy and paste and expire documents so they can no longer be viewed. for this i am using android.drm I have searched a lot but didn't get any result So please share some sample code that explain how to use DRM framework api. Refered: https://www.widevine.com/wv_drm.html https://source

What language will protect my source code?

假如想象 提交于 2019-12-19 03:21:49
问题 I wish to create shareware software that contains a registration algorithm. I am looking for a programming language, that cannot be easily decompiled into readable code. For example, C# can be decompiled into readable code. What are my options? Edit: I'm looking for something that can be only decompiled into assembly. Delphi, for example, cannot be decompiled like C# or Java, but from what I've heard, Delphi is dying. 回答1: Delphi is not dying, it is alive and well. As is the community, at

How to create an epub with drmed?

Deadly 提交于 2019-12-16 18:06:26
问题 I want to crate an epub file with drm , so when I open it with adobe edition reader or ibooks, it will reports it's drmed . Here is some refs: http://www.idpf.org/epub/301/spec/epub-ocf.html#app-schema-encryption 回答1: If you want to programmatically add (Adobe) DRM to EPUB files, you need to purchase an Adobe Active Content Server license from Adobe (and it is not cheap!): http://www.adobe.com/solutions/ebook/content-server.html If you are just interested in having one single EPUB file DRM'ed

How to instantiate a MediaDrm object

£可爱£侵袭症+ 提交于 2019-12-13 05:22:58
问题 I am using Nexus4 with Android 4.3, and I am try to use the new API public MediaDrm (UUID uuid) , but I only can got the following exception: UnsupportedSchemeException . The exception looks which arise from UUID is incorrect. I've tried to use the UUID which is converted from deviceId, from network MAC address or from token which is sent from DRM server. all of I mentioned is incorrect. Then is there anyone knows what is the correct way to get this UUID? More info are in below: Parameters:

Silverlight - protecting Content inside a network (DRM?)

夙愿已清 提交于 2019-12-12 17:55:44
问题 I would like to set up some WMV Video Streaming, using Windows 2003's Streaming Media Server and Silverlight. Now, unfortunately Silverlight only supports HTTP, which means that people can just download the videos. While that in itself is not a problem, I wonder what options there are to prevent them being playable outside of the network. Of course, DRM comes into mind. Is there an easy way to get it and set it up? I do not want to have some complicated User-Scheme, it essentially boils down

Play widevine content located in App Documents iOS

僤鯓⒐⒋嵵緔 提交于 2019-12-12 03:22:29
问题 I am trying to playback a wvm file that I download through an iOS app and located in the apps document directory. I am getting a 1013 error and I believe this is due to the files location and the WideVine api not having access to that location. Any ideas on how to overcome this? Or am I wrong and the issue is something else? Thanks 回答1: Well, I found this issue to be with the File URL starting with File:// Once I removed that it all worked great. 来源: https://stackoverflow.com/questions

Is it possible to DRM EPub files without using any 3rd party software / services?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 18:37:29
问题 I am looking for a way to add DRM protection to EPub files without buying Adobe software for $6500 or using any 3rd party service. We would like to set up our own DRM server. Scenario: I upload a hello world EPub file, and the system adds DRM to it. Is it possible? I hear many times that this is impossible, but could someone clarify why? How exactly does Adobe DRM work and why could not I build my own DRM server? Thanks 回答1: The problem is not building a DRM server. You can do that. The

DRMManagerClient acquireDrmInfo is failing

喜欢而已 提交于 2019-12-11 14:48:35
问题 I am developing an application that is meant to playback Widevine protected contents. I am trying to run application on Genymotion virtual Android device. But when I do so application fails to acquire DRM info. Thus following code returns null and application won't proceed further. DrmInfoRequest request = new DrmInfoRequest(DrmInfoRequest.TYPE_REGISTRATION_INFO, Settings.WIDEVINE_MIME_TYPE); request.put("WVPortalKey", portal); DrmInfo response = mDrmManager.acquireDrmInfo(request); I am

embed serial number to PDF file?

独自空忆成欢 提交于 2019-12-11 07:34:23
问题 To prevent the casual distribution of pdf document, is there any way such as embedding the serial number to the file? My idea is to embed the id bound to user and enable to find who distribute the file. I know it's not preventing the distribution but may discourage the casual distribution by the certain level. Any other solution is also welcome. Thanks! 回答1: Common way is placing of meta data, but you can easily remove them. Let's search hideouts (most of them low-level)! Non-mark text Text

MediaProjection API on protected (DRM) content

假如想象 提交于 2019-12-11 06:49:26
问题 I'm trying to find informations about the compatibility with DRM protected content and the MediaProjection API. Specifically, I would like to know if I can record the video from Netflix or other apps that implement DRM protection? 回答1: Simple answer is no, not too surprisingly. From the google docs ( with my bolding): Screen capturing and sharing Android 5.0 lets you add screen capturing and screen sharing capabilities to your app with the new android.media.projection APIs. This functionality