diff options
author | Jakob Unterwurzacher | 2018-07-01 15:26:56 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-07-01 15:28:22 +0200 |
commit | 02ab358451e23087cdba9cfdec6e8e31ae4adb4e (patch) | |
tree | 261868ce3740676cd94cbcaf6cb7c8141bcba9d3 | |
parent | 743c7705b21575fe97e5da5722ec344c76badd60 (diff) |
README: Add folders side-by-side animation gif
10 second animation that shows what gocryptfs does.
-rw-r--r-- | Documentation/folders-side-by-side.gif | bin | 0 -> 53966 bytes | |||
-rw-r--r-- | README.md | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/folders-side-by-side.gif b/Documentation/folders-side-by-side.gif Binary files differnew file mode 100644 index 0000000..c0664af --- /dev/null +++ b/Documentation/folders-side-by-side.gif @@ -6,14 +6,13 @@ An encrypted overlay filesystem written in Go. Official website: https://nuetzlich.net/gocryptfs (Markdown [source](https://github.com/rfjakob/gocryptfs-website/tree/master/docs)) -gocryptfs is built on top the excellent -[go-fuse](https://github.com/hanwen/go-fuse) FUSE library and its -LoopbackFileSystem API. +![Folders side-by-side animation](Documentation/folders-side-by-side.gif) +gocryptfs is built on top the excellent +[go-fuse](https://github.com/hanwen/go-fuse) FUSE library. This project was inspired by EncFS and strives to fix its security issues while providing good performance ([benchmarks](https://nuetzlich.net/gocryptfs/comparison/#performance)). - For details on the security of gocryptfs see the [Security](https://nuetzlich.net/gocryptfs/security/) design document. |