summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://kaizer.se/ <ulriksverdrup@web>2013-03-06 05:30:16 +0000
committerGravatar admin <admin@branchable.com>2013-03-06 05:30:16 +0000
commit118fa6cedc5cffaf6692867a6da83e8d892a6cfe (patch)
treeea0dc7dff44c362e26b6def336e1f23b7f858d22
parent95e8f8d472ff41eacc6b69e904a5f3c822a16468 (diff)
Added a comment
-rw-r--r--doc/bugs/encryption_key_is_surprising/comment_6_01381524114d885961704acc3f172536._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/encryption_key_is_surprising/comment_6_01381524114d885961704acc3f172536._comment b/doc/bugs/encryption_key_is_surprising/comment_6_01381524114d885961704acc3f172536._comment
new file mode 100644
index 000000000..21898b522
--- /dev/null
+++ b/doc/bugs/encryption_key_is_surprising/comment_6_01381524114d885961704acc3f172536._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://kaizer.se/"
+ nickname="ulrik.sverdrup"
+ subject="comment 6"
+ date="2013-03-06T05:30:16Z"
+ content="""
+I'm not very clear, sorry. S2K is not iterative in the way for example PBKDF2 is. It will hash a very long repetition of salt + passphrase + salt + passphrase etc in one go. The repetition of this happens if more key bits than the hash digest size are needed.
+"""]]