Skip to content
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

Handling encrypted content #2

Open
HadrienGardeur opened this issue Feb 11, 2017 · 0 comments
Open

Handling encrypted content #2

HadrienGardeur opened this issue Feb 11, 2017 · 0 comments

Comments

@HadrienGardeur
Copy link
Owner

In EPUB, encrypted content is declared in encryption.xml with the following information (as of EPUB 3.1):

  • algorithm used to encrypt the resource
  • how the resource is stored in the ZIP container (Store or deflate)
  • original size of the resource

In addition to these information, other relevant info are missing:

  • identifier for a specific DRM scheme
  • profile for a specific DRM (very useful for LCP)

In this new manifest, using the Properties Object could be a good fit to provide that info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant