aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 014b87d..69ac11a 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -122,11 +122,12 @@ Disk Space Efficiency
(all file sizes in bytes)
-| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator |
-| -------------------- | --------- | ------------- | -------------- | --------- | --------------------- |
-| Empty file | 0 | 0 | 0 | 8,192 | 104 - 4,231 |
-| 1 byte file | 51 | 9 | 17 | 12,288 | 104 - 4,231 |
-| 1,000,000 bytes file | 1,007,858 | 1,000,008 | 1,007,888 | 1,011,712 | 1,001,096 - 1,101,192 |
-| | | | | | |
-
-Note: cryptomator adds a random padding which is why the resulting size is non-deterministic.
+| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator |
+| -------------------- | --------- | ------------- | -------------- | --------- | ------------------------- |
+| Empty file | 0 | 0 | 0 | 8,192 | 104 - 4,231 |
+| 1 byte file | 51 | 9 | 17 | 12,288 | 104 - 4,231 |
+| 1,000,000 bytes file | 1,007,858 | 1,000,008 | 1,007,888 | 1,011,712 | 1,001,096 - 1,101,192 [1] |
+
+Notes: cryptomator adds a random padding which is why the resulting size is non-deterministic.
+
+[[1]](https://github.com/cryptomator/cryptomator/issues/128#issuecomment-169056079)