README: Add folders side-by-side animation gif

10 second animation that shows what gocryptfs does.
This commit is contained in:
Jakob Unterwurzacher 2018-07-01 15:26:56 +02:00
parent 743c7705b2
commit 02ab358451
2 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -6,14 +6,13 @@
An encrypted overlay filesystem written in Go. An encrypted overlay filesystem written in Go.
Official website: https://nuetzlich.net/gocryptfs (Markdown [source](https://github.com/rfjakob/gocryptfs-website/tree/master/docs)) Official website: https://nuetzlich.net/gocryptfs (Markdown [source](https://github.com/rfjakob/gocryptfs-website/tree/master/docs))
gocryptfs is built on top the excellent ![Folders side-by-side animation](Documentation/folders-side-by-side.gif)
[go-fuse](https://github.com/hanwen/go-fuse) FUSE library and its
LoopbackFileSystem API.
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 This project was inspired by EncFS and strives to fix its security
issues while providing good performance issues while providing good performance
([benchmarks](https://nuetzlich.net/gocryptfs/comparison/#performance)). ([benchmarks](https://nuetzlich.net/gocryptfs/comparison/#performance)).
For details on the security of gocryptfs see the For details on the security of gocryptfs see the
[Security](https://nuetzlich.net/gocryptfs/security/) design document. [Security](https://nuetzlich.net/gocryptfs/security/) design document.