Fix PDF decryption for 256-bit AES with V=5

This commit is contained in:
NoDRM
2023-08-02 18:13:42 +02:00
parent 7f6dd84389
commit e82d2b5c9c
2 changed files with 12 additions and 4 deletions

View File

@@ -100,3 +100,4 @@ This is v10.0.9, a release candidate for v10.1.0. I don't expect there to be maj
## Fixes on master (not yet released):
- Fix a bug where decrypting a 40-bit RC4 pdf with R=2 didn't work.
- Fix a bug where decrypting a 256-bit AES pdf with V=5 didn't work.