aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-04 01:48:43 +0100
committerJakob Unterwurzacher2016-01-04 01:48:43 +0100
commit9f629df9e95a54e8d20f1db8fbf7acb44d627f3e (patch)
tree1ea918463f7aaf4ba563ca5072cf697b84e52781 /docs/comparison.md
parentceee6e67351f166db55c99699343774748bdf263 (diff)
comparison: add link to EncFS audit
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 5a0a86a..be065f5 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -86,11 +86,13 @@ it seems to describe the used crypto.
File Contents
-------------
-| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator |
-| ---------- | --------- | --------------------- | --------------------- | -------- | ------------------ |
-| Encryption | GCM | CBC, CFB (last block) | CBC, CFB (last block) | CBC | CTR with random IV |
-| Integrity | GCM | none | HMAC | none | HMAC |
+| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator |
+| ---------- | --------- | ------------------------- | ------------------------- | -------- | ------------------ |
+| Encryption | GCM | CBC, CFB (last block [1]) | CBC, CFB (last block [1]) | CBC | CTR with random IV |
+| Integrity | GCM | none | HMAC | none | HMAC |
+References:
+[[1]](https://github.com/vgough/encfs/issues/9)
File Names
----------