aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-06-02 19:49:26 +0200
committerJakob Unterwurzacher2025-06-02 19:49:26 +0200
commit8267bf8c3f67d10c430431d438f35281c0b9fbca (patch)
tree3246694b216839e108bc1b39267d2a4810e07dbd
parent2609c72beee098c6afe4bbc3344a1fcee06df94b (diff)
README: add link to gocryptfs-create-folder
https://github.com/rfjakob/gocryptfs/discussions/918
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e77a2f4..63addd8 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,14 @@ of macOS support but please create a new ticket if you hit a problem.
For Windows, an independent C++ reimplementation can be found here:
[cppcryptfs](https://github.com/bailey27/cppcryptfs)
-A standalone Python tool that can decrypt files & file names is here:
+Standalone tools:
+
[gocryptfs-inspect](https://github.com/slackner/gocryptfs-inspect)
+is Python tool that can decrypt files & file names without
+using FUSE.
+
+[gocryptfs-create-folder](https://codeberg.org/LGLQ/gocryptfs-create-folder)
+is a Python tool can encrypt a directory without using FUSE.
Installation
------------