summaryrefslogtreecommitdiff
path: root/doc/todo/faster_gnupg_cipher.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/faster_gnupg_cipher.mdwn')
-rw-r--r--doc/todo/faster_gnupg_cipher.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/todo/faster_gnupg_cipher.mdwn b/doc/todo/faster_gnupg_cipher.mdwn
deleted file mode 100644
index f5ff062d2..000000000
--- a/doc/todo/faster_gnupg_cipher.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-Apparently newer gnupg has support for hardware-accelerated AES-NI. It
-would be good to have an option to use that. I also wonder if using the
-same symmetric key for many files presents a security issues (and whether
-using GPG keys directly would be more secure).
-
-> [[done]]; you can now use encryption=pubkey when setting up a special
-> remote to use pure public keys without the hybrid symmetric key scheme.
-> Which you choose is up to you. Also, annex.gnupg-options can configure
-> the ciphers used. --[[Joey]]