diff options
author | Jakob Unterwurzacher | 2016-01-09 16:00:11 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-09 16:00:11 +0100 |
commit | 59b2c6595e3d093df7ff0a2a1cefa3b797b63e07 (patch) | |
tree | df397f37653afab4977a253f703ffd68776dc813 /docs/comparison.md | |
parent | 0581f4757114d2c387c9d31f227e419213a1b7f6 (diff) |
quickstart using precompiled binaries
Diffstat (limited to 'docs/comparison.md')
-rw-r--r-- | docs/comparison.md | 17 |
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) |