Hacker News new | ask | show | jobs
by darklajid 5506 days ago
What I'd like to understand is how pluggable these DRM plugins are. For most things on Android you can just replace the default thingy with your own (dialer, home screen are prominent examples).

How long until someone comes up with a custom DRM plugin that returns true for all validation requests?

2 comments

You properly have to replace the entire component - eg you have to decrypt the movie (easy enough since the master key was leaked some time ago), talk to the hardware, etc.
An app that is using android.drm will probably be looking for specific DRM plugins.
Plugins that would be signed. It'd also make sense if the whole communication with content owners (or Google) was encrypted.