aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-10-17 15:43:54 +0200
committerJakob Unterwurzacher2020-10-17 15:43:54 +0200
commit88085e6d0317e1502f96bc753c9f822e55ef9f4e (patch)
tree3f5e93a7e1850e54c2cc5b3e04e69c2cf2d4ac45
parentbec35524fc1f4430b2bfe757a97389637cd16699 (diff)
Add DroidFS
-rw-r--r--docs/comparison.md3
-rw-r--r--docs/index.md5
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index cd17a7b..7277391 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -97,7 +97,8 @@ which is why I converted it to html.
</tr>
<tr>
<td>Platforms</td>
-<!-- gocryptfs --><td>Linux, MacOS, 3rd-party Windows port <a href="https://github.com/bailey27/cppcryptfs">cppcryptfs</a></td>
+<!-- gocryptfs --><td>Linux, MacOS, 3rd-party Windows port <a href="https://github.com/bailey27/cppcryptfs">cppcryptfs</a>,
+ 3rd-party Android port <a href="https://github.com/hardcore-sushi/DroidFS">DroidFD</a></td>
<!-- encfs --><td>Linux, MacOS, 3rd-party Windows port</td>
<!-- ecryptfs --><td>Linux</td>
<!-- cryptomtr --><td>Linux, MacOS, Windows</td>
diff --git a/docs/index.md b/docs/index.md
index 46e810d..1c4cb0f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -41,6 +41,11 @@ Linux is fully supported. Beta-quality MacOS support is available, which
means things usually work fine, but you may hit the odd issue (please
file a ticket if you do!).
+Third-party implementations exist for for
+
+* Windows: cppcryptfs, https://github.com/bailey27/cppcryptfs
+* Android: DroidFS, https://github.com/hardcore-sushi/DroidFS
+
gocryptfs is, and always will be, free software.
News