diff options
author | Jakob Unterwurzacher | 2016-07-04 08:25:19 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-07-04 08:25:19 +0200 |
commit | 5c0c117fafaf36530451cd4b9e61bb5d4e835891 (patch) | |
tree | 8f7dd37caf9b415260991d6c37b4d980961c0f52 | |
parent | 3c7463f13e83dbdc5ed119d164533e3c54796984 (diff) |
OSX support is in progress
We actually seem to be getting there!
-rw-r--r-- | docs/comparison.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index 964d509..66e3f61 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -19,17 +19,17 @@ If you spot an error or want to see a project added, please Overview -------- -| | gocryptfs | encfs | ecryptfs | cryptomator | securefs | -| ------------------- | ----------------------------------------------------- | ------------------------------------ | --------------------------- | ---------------------------------------- | ------------------ | -| First release | 2015 [1] | 2003 [2] | 2006 [3] | 2014 [4] | 2015 [10] | -| Language | Go | C++ | C | Java | C++ | -| License | MIT | LGPL/GPL [5] | GPL | MIT | MIT | -| Development hotspot | Austria | USA | UK (Canonical Ltd) | Germany | China | -| Lifecycle | Active development | Maintainance | Active development [9] | Active development | Active development | -| File interface | FUSE | FUSE | in-kernel filesystem | WebDAV | FUSE | -| Platforms | Linux, third-party Windows port [11], OSX planned [7] | Linux, OSX, third-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX | -| User interface | Command line only | Command line; third-party graphical | Integrated in login process | Graphical only; Command line planned [8] | Command line only | -| Lines of Code {1} | 3,442 | 9,320 | 7,662 {2} | 9,921 | 4,704 {3} | +| | gocryptfs | encfs | ecryptfs | cryptomator | securefs | +| ------------------- | --------------------------------------------------------- | ------------------------------------ | --------------------------- | ---------------------------------------- | ------------------ | +| First release | 2015 [1] | 2003 [2] | 2006 [3] | 2014 [4] | 2015 [10] | +| Language | Go | C++ | C | Java | C++ | +| License | MIT | LGPL/GPL [5] | GPL | MIT | MIT | +| Development hotspot | Austria | USA | UK (Canonical Ltd) | Germany | China | +| Lifecycle | Active development | Maintainance | Active development [9] | Active development | Active development | +| File interface | FUSE | FUSE | in-kernel filesystem | WebDAV | FUSE | +| Platforms | Linux, third-party Windows port [11], OSX in progress [7] | Linux, OSX, third-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX | +| User interface | Command line only | Command line; third-party graphical | Integrated in login process | Graphical only; Command line planned [8] | Command line only | +| Lines of Code {1} | 3,442 | 9,320 | 7,662 {2} | 9,921 | 4,704 {3} | References: [[1]](https://github.com/rfjakob/gocryptfs/releases/tag/v0.1) |