aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-21 20:40:37 +0200
committerJakob Unterwurzacher2016-07-21 20:40:37 +0200
commit2d72bd060adff2e72f8f82e0a6eef1fc3b2c04fa (patch)
treee28dd4103fdb7b09f1def83d7b851b109feecd56 /docs/comparison.md
parent6d3eb784d0730fa317b4019edcca68df6862a498 (diff)
comparison: add reverse mode row
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 054cffc..3dbf167 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -32,6 +32,7 @@ Overview
| Platforms | Linux, 3rd-party Windows port [11], OSX in progress [7] | Linux, OSX, 3rd-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX | Linux |
| User interface | CLI | CLI; 3rd-party GUI | Integrated in login process | GUI only; CLI planned [8] | CLI | CLI, 3rd-party GUI |
| Lines of Code {1} | 5,109 | 9,320 | 7,662 {2} | 9,921 | 4,704 {3} | 30,036 {4} |
+| Reverse Mode | no [12] | yes | no | no | no | no |
References:
[[1]](https://github.com/rfjakob/gocryptfs/releases/tag/v0.1)
@@ -45,6 +46,7 @@ References:
[[9]](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/fs/ecryptfs)
[[10]](https://github.com/netheril96/securefs/releases/tag/v0.10)
[[11]](https://github.com/bailey27/cppcryptfs)
+[[12]](https://github.com/rfjakob/gocryptfs/issues/19)
Notes:
{1} All computed using `cloc`