aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schlarb2019-03-21 22:27:00 +0100
committerrfjakob2019-03-24 17:12:27 +0100
commit8eebbdf654bb29ecdafc1ed11f6aa56fabebd9b8 (patch)
tree63971e02764fa0205421f6d6602935a083872c46
parent674cc5433780243c289cc29b16d53ff7c9811432 (diff)
Minimally update the file content comparison of encrypted overlay filesystem
-rw-r--r--docs/comparison.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index c679018..cd17a7b 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -145,18 +145,20 @@ it seems to describe the used crypto.
File Contents
-------------
-| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator | securefs | CryFS |
-| --------------------- | --------- | ----------------------- | ----------------------- | --------------------- | ---------------------- | ------------------ | --------------------- |
-| Tested version | v1.4.1 | v1.9.2 | v1.9.2 | v4.12.5 | v1.3.1 RPM | v0.7.3-30-g2596467 | 0.9.7-15-g3d52f6a8 |
-| | | | | | | | |
-| Encryption | GCM | CBC; last block CFB [1] | CBC; last block CFB [1] | CBC | CTR with random IV [2] | GCM | GCM |
-| Integrity | GCM | none | HMAC | none | HMAC | GCM | GCM |
-| File size obfuscation | no | no | no | yes (4 KB increments) | no [3] | no | yes (chunked storage) |
+| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator | securefs | CryFS |
+| --------------------- | --------- | ----------------------- | ----------------------- | --------------------- | ---------------------- | ---------| --------------------- |
+| Tested version | v1.7 | v1.9.5 | v1.9.5 | v4.19.0 | v1.4.6 | v0.8.3 | 0.10.0 |
+| | | | | | | | |
+| Encryption | GCM [1] | CBC; last block CFB [2] | CBC; last block CFB [2] | CBC | CTR with random IV [3] | GCM | GCM |
+| Integrity | GCM | none | HMAC | none | HMAC | GCM | GCM |
+| File size obfuscation | no | no | no | yes (4 KB increments) | no [4] | no [5] | yes (chunked storage) |
References:
-[[1]](https://github.com/vgough/encfs/issues/9)
-[[2]](https://github.com/cryptomator/cryptomator/issues/128#issuecomment-168942517)
-[[3]](https://github.com/cryptomator/cryptomator/releases/tag/1.2.0)
+[[1]](https://github.com/rfjakob/gocryptfs/blob/master/Documentation/file-format.md#file-format)
+[[2]](https://github.com/vgough/encfs/issues/9)
+[[3]](https://github.com/cryptomator/cryptomator/issues/128#issuecomment-168942517)
+[[4]](https://github.com/cryptomator/cryptomator/releases/tag/1.2.0)
+[[5]](https://github.com/netheril96/securefs/issues/39)
File Names
----------