aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-04-10 15:35:34 +0200
committerJay Berkenbilt <ejb@ql.org>2010-04-10 15:35:34 +0200
commitdd99ff8b5911d0cf800da754447a91d1db45422b (patch)
treee3f6bd79ec9cc3fa014ddcd8078e6d9a809f140a
parent3ee13ecb25473cb04ad1ee24aaa1d5c4cc55250d (diff)
downloadqpdf-dd99ff8b5911d0cf800da754447a91d1db45422b.tar.zst
copy encryption
git-svn-id: svn+q:///qpdf/trunk@954 71b93d88-0707-0410-a8cf-f5a4172ac649
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index e425342d..fc41d948 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,11 @@
General
=======
+ * Provide an option to copy encryption parameters from another file.
+ This would make it possible to decrypt a file, manually work with
+ it, and then re-encrypt it using the original encryption parameters
+ including a possibly unknown owner password.
+
* See whether it's possible to remove the call to
flattenScalarReferences. I can't easily figure out why I do it,
but removing it causes strange test failures in linearization. I