Support for Adobe's 'aes128-cbc-uncompressed' encryption (see #242)

This commit is contained in:
NoDRM
2023-01-06 14:32:25 +01:00
parent 3c12806f38
commit fb8b003444
2 changed files with 11 additions and 2 deletions

View File

@@ -87,3 +87,5 @@ List of changes since the fork of Apprentice Harper's repository:
- Obok: Fix where changing the Calibre UI language to some languages would cause the "duplicate book" setting to reset.
- Fix Python3 bug in stylexml2css.php script, fixes #232.
- PDF: Ignore invalid PDF objids unless the script is running in strict mode. Fixes some PDFs, apparently. Fixes #233.
- Bugfix: EPUBs with remaining content in the encryption.xml after decryption weren't written correctly.
- Support for Adobe's 'aes128-cbc-uncompressed' encryption method (fixes #242).