-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protecting epub's content #235
Comments
Can you provide a little more info on your use case? Short answer is that we are not planning to provide support for this in the short term, but there is, AFAIK, no technical reason it couldn't be done. |
Thanks for your answer! |
@marcelomiura if you manage to make an android native app to host Readium, you can do it this way: unzip your EPUB file into a folder, encrypt every single file inside that folder (for big files like videos you can encrypt only the header). then implement the decryption inside the NanoHTTPD server. |
Hello, If you are indeed using ReadiumSDK, then there is support for EPUB resource decryption via the Content Filter Chain architecture. Note that streaming of encrypted media such as audio/video (i.e. arbitrary HTTP byte-ranges) is supported, but this requires more work than whole-file decryption, for obvious reasons. Regards, Daniel |
Thanks for your answer @minhld. |
I was looking for a way to apply DRM on my "exploded" epub. Can Readium manage decryption for the content on demand?
The text was updated successfully, but these errors were encountered: