From 7afa5d281ec61ca6f56c8c3398a916828f7103ea Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 9 Jan 2016 20:50:04 +0100 Subject: Add metadata note for securefs --- docs/comparison.md | 14 ++++++++------ 1 file 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) -- cgit v1.2.3