diff options
author | Jakob Unterwurzacher | 2020-10-22 21:47:03 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-10-22 21:47:03 +0200 |
commit | 029e44d405cd7f378fb60740ed7dba49cd5e4915 (patch) | |
tree | cf8ffdbe8ac44d062cec2633453bc5557e10e0d0 /README.md | |
parent | 832e58cad4567aa60ce8d390802262c82c5bfba3 (diff) |
README: add link to gocryptfs-inspect
This is *very* hard to find.
https://github.com/rfjakob/gocryptfs/issues/152
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ of Mac OS X 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: +[gocryptfs-inspect](https://github.com/slackner/gocryptfs-inspect) + Installation ------------ Precompiled binaries that work on all x86_64 Linux systems are available for download from the github releases page. |