aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-09 20:50:04 +0100
committerJakob Unterwurzacher2016-01-09 20:50:04 +0100
commit7afa5d281ec61ca6f56c8c3398a916828f7103ea (patch)
tree3369563d376c049bf801d3e222e708c901541f5c /docs/comparison.md
parent173b494202b7b9ea0183fe9437d7782eca5eafee (diff)
Add metadata note for securefs
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 8a9fc50..2d330b9 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -127,13 +127,15 @@ Disk Space Efficiency
(all file sizes in bytes)
-| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator | securefs |
-| -------------------- | --------- | ------------- | -------------- | --------- | ------------------------- | --------- |
-| Empty file | 0 | 0 | 0 | 8,192 | 104 - 4,231 | 112 |
-| 1 byte file | 51 | 9 | 17 | 12,288 | 104 - 4,231 | 161 |
-| 1,000,000 bytes file | 1,007,858 | 1,000,008 | 1,007,888 | 1,011,712 | 1,001,096 - 1,101,192 [1] | 1,011,872 |
+| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator {1} | securefs {2} |
+| -------------------- | --------- | ------------- | -------------- | --------- | ------------------------- | ------------ |
+| Empty file | 0 | 0 | 0 | 8,192 | 104 - 4,231 | 112 |
+| 1 byte file | 51 | 9 | 17 | 12,288 | 104 - 4,231 | 161 |
+| 1,000,000 bytes file | 1,007,858 | 1,000,008 | 1,007,888 | 1,011,712 | 1,001,096 - 1,101,192 [1] | 1,011,872 |
-Notes: cryptomator adds a random padding which is why the resulting size is non-deterministic.
+Notes:
+{1} cryptomator adds a random padding which is why the resulting size is non-deterministic.
+{2} securefs stores data and crypto metadata (nonces + GHASH) in separate files. The sum of both is shown here.
References:
[[1]](https://github.com/cryptomator/cryptomator/issues/128#issuecomment-169056079)