How to implement DRM coming from other lib #512
Replies: 1 comment 1 reply
-
You can take a look at this documentation on Content Protection. Some Streamer APIs changed but the overall concepts are the same: https://readium.org/architecture/proposals/006-content-protection.html There's a concrete example in the ReadiumLCP module: https://github.com/readium/swift-toolkit/blob/develop/Sources/LCP/Content%20Protection/LCPContentProtection.swift |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im coming from other ePub reader library and try migrate to Readium.
That library implemented ePub drm/encryption using ePub specs (https://www.w3.org/TR/epub-33/#sec-container-metainf-encryption.xml).
We have a decrypt method that receive the encrypted data and return decrypted data:
Since my ePub is using default ePub specs for encryption (https://www.w3.org/TR/epub-33/#sec-container-metainf-encryption.xml), how i can implement DRM decryption using Readium?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions