summaryrefslogtreecommitdiff
path: root/doc/bugs/encryption_key_is_surprising
diff options
context:
space:
mode:
authorGravatar http://kaizer.se/ <ulriksverdrup@web>2013-03-06 04:53:06 +0000
committerGravatar admin <admin@branchable.com>2013-03-06 04:53:06 +0000
commit95e8f8d472ff41eacc6b69e904a5f3c822a16468 (patch)
tree66668adb8c95dbaa543c57c17bcef9a09d5364ed /doc/bugs/encryption_key_is_surprising
parent87e9e6eaa80f68b38f850078306825d74e791c06 (diff)
Added a comment: GPG Cipher Algo
Diffstat (limited to 'doc/bugs/encryption_key_is_surprising')
-rw-r--r--doc/bugs/encryption_key_is_surprising/comment_5_cd7cbf0c0ee9cafec344dfbf1acd9590._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/encryption_key_is_surprising/comment_5_cd7cbf0c0ee9cafec344dfbf1acd9590._comment b/doc/bugs/encryption_key_is_surprising/comment_5_cd7cbf0c0ee9cafec344dfbf1acd9590._comment
new file mode 100644
index 000000000..4e7635402
--- /dev/null
+++ b/doc/bugs/encryption_key_is_surprising/comment_5_cd7cbf0c0ee9cafec344dfbf1acd9590._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://kaizer.se/"
+ nickname="ulrik.sverdrup"
+ subject="GPG Cipher Algo"
+ date="2013-03-06T04:53:06Z"
+ content="""
+The GPG cipher algorithm is user configurable (unless annex overrides it) the best way to set it is personal-cipher-preferences. Annex' job is simply to provide enough key material for any viable GPG option (so 256 bits of random data). Also note that GPG's string-to-key \"s2k\" algorithm is an iterated application SHA-1 (also this can be configured). For a quick context, it will use a strength number (for example count=128*1024) and it will hash as many iterations as [count]/[key byte length].
+"""]]