lcp-decrypt takes an ePUB file protected with a Readium LCP protection (sometimes also called CARE) and decrypts it into a regular ePUB file.
20
stars
2
forks
source link
does not handle encrypted content files that were compressed before encryption #4
Open
devvythelopper opened 6 days ago
epub/lcp allows for compressing files before encrypting them. This is reflected in encryption.xml as
Compression [...] Method="8"
:Here is a modified version of lcp-decrypt's main.go, that handles that:
(yay my first go at go)