diff options
author | Jakob Unterwurzacher | 2025-06-02 19:49:26 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-06-02 19:49:26 +0200 |
commit | 8267bf8c3f67d10c430431d438f35281c0b9fbca (patch) | |
tree | 3246694b216839e108bc1b39267d2a4810e07dbd | |
parent | 2609c72beee098c6afe4bbc3344a1fcee06df94b (diff) |
README: add link to gocryptfs-create-folder
https://github.com/rfjakob/gocryptfs/discussions/918
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ------------ |