Fix encrypted PDF files with P values >2^31-1.

This commit is contained in:
Michael R Sweet
2025-04-20 17:34:38 -04:00
parent 29eea131b9
commit d7f3c64f63
3 changed files with 25 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ v1.5.3 - YYYY-MM-DD
- Fixed decryption of PDF files "protected" by 40-bit RC4 (Issue #42)
- Fixed decryption of UTF-16 strings (Issue #42)
- Fixed decryption of PDF files with large permission values.
v1.5.2 - 2025-04-12