Commit dd99ff8b5911d0cf800da754447a91d1db45422b
1 parent
3ee13ecb
copy encryption
git-svn-id: svn+q:///qpdf/trunk@954 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
5 additions
and
0 deletions
TODO
| ... | ... | @@ -15,6 +15,11 @@ |
| 15 | 15 | General |
| 16 | 16 | ======= |
| 17 | 17 | |
| 18 | + * Provide an option to copy encryption parameters from another file. | |
| 19 | + This would make it possible to decrypt a file, manually work with | |
| 20 | + it, and then re-encrypt it using the original encryption parameters | |
| 21 | + including a possibly unknown owner password. | |
| 22 | + | |
| 18 | 23 | * See whether it's possible to remove the call to |
| 19 | 24 | flattenScalarReferences. I can't easily figure out why I do it, |
| 20 | 25 | but removing it causes strange test failures in linearization. I | ... | ... |