From 9f629df9e95a54e8d20f1db8fbf7acb44d627f3e Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 4 Jan 2016 01:48:43 +0100 Subject: comparison: add link to EncFS audit --- docs/comparison.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/comparison.md') diff --git a/docs/comparison.md b/docs/comparison.md index 5a0a86a..be065f5 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -86,11 +86,13 @@ it seems to describe the used crypto. File Contents ------------- -| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator | -| ---------- | --------- | --------------------- | --------------------- | -------- | ------------------ | -| Encryption | GCM | CBC, CFB (last block) | CBC, CFB (last block) | CBC | CTR with random IV | -| Integrity | GCM | none | HMAC | none | HMAC | +| | gocryptfs | encfs default | encfs paranoia | ecryptfs | cryptomator | +| ---------- | --------- | ------------------------- | ------------------------- | -------- | ------------------ | +| Encryption | GCM | CBC, CFB (last block [1]) | CBC, CFB (last block [1]) | CBC | CTR with random IV | +| Integrity | GCM | none | HMAC | none | HMAC | +References: +[[1]](https://github.com/vgough/encfs/issues/9) File Names ---------- -- cgit v1.2.3