diff options
author | Alexander Schlarb | 2019-03-21 22:26:36 +0100 |
---|---|---|
committer | rfjakob | 2019-03-24 17:12:27 +0100 |
commit | 674cc5433780243c289cc29b16d53ff7c9811432 (patch) | |
tree | 7f2d222c72fd3bca10780f80a4a10bbf25a40e9e | |
parent | 68180eaddc2354b372a05cbd29e6bb70abf1da3e (diff) |
Update the general comparison of encrypted overlay filesystem
-rw-r--r-- | docs/comparison.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 57703e9..c679018 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -34,12 +34,12 @@ which is why I converted it to html. <table> <tr> <th></th> - <th>gocryptfs <br> v1.4.1</th> - <th>encfs <br> v1.9.2</th> - <th>ecryptfs <br> v4.13</th> - <th>cryptomator <br> v1.3.1</th> - <th>securefs <br> v0.7.3</th> - <th>CryFS <br> v0.9.7</th> + <th>gocryptfs <br> v1.7</th> + <th>encfs <br> v1.9.5</th> + <th>ecryptfs <br> v4.19.0</th> + <th>cryptomator <br> v1.4.6</th> + <th>securefs <br> v0.8.3</th> + <th>CryFS <br> v0.10.0</th> </tr> <tr> <td>First release</td> @@ -90,8 +90,8 @@ which is why I converted it to html. <td>File interface</td> <!-- gocryptfs --><td>FUSE</td> <!-- encfs --><td>FUSE</td> -<!-- ecryptfs --><td>in-kernel filesystem</td> -<!-- cryptomtr --><td>WebDAV</td> +<!-- ecryptfs --><td>In-kernel filesystem</td> +<!-- cryptomtr --><td>FUSE/WebDAV</td> <!-- securefs --><td>FUSE</td> <!-- cryfs --><td>FUSE</td> </tr> @@ -102,21 +102,21 @@ which is why I converted it to html. <!-- ecryptfs --><td>Linux</td> <!-- cryptomtr --><td>Linux, MacOS, Windows</td> <!-- securefs --><td>Linux, MacOS, Windows</td> -<!-- cryfs --><td>Linux</td> +<!-- cryfs --><td>Linux, MacOS, Windows (experimental)</td> </tr> <tr> <td>User interface</td> -<!-- gocryptfs --><td>CLI, 3rd-party GUI <a href="https://mhogomchungu.github.io/sirikali/">SiriKali</a></td> +<!-- gocryptfs --><td>CLI, 3rd-party GUI (<a href="https://mhogomchungu.github.io/sirikali/">SiriKali</a>)</td> <!-- encfs --><td>CLI, 3rd-party GUI</td> <!-- ecryptfs --><td>Integrated in login process</td> <!-- cryptomtr --><td>GUI, 3rd-party CLI (<a href="https://github.com/cryptomator/cli">ref</a>) </td> <!-- securefs --><td>CLI, 3rd-party GUI</td> -<!-- cryfs --><td>CLI, 3rd-party GUI</td> +<!-- cryfs --><td>CLI, 3rd-party GUI (<a href="https://mhogomchungu.github.io/sirikali/">SiriKali</a>)</td> </tr> <tr> <td>Reverse Mode</td> -<!-- gocryptfs --><td>yes (since v1.1)</td> -<!-- encfs --><td>yes</td> +<!-- gocryptfs --><td>yes (since v1.1, read-only)</td> +<!-- encfs --><td>yes (limited write support)</td> <!-- ecryptfs --><td>no</td> <!-- cryptomtr --><td>no</td> <!-- securefs --><td>no</td> |