diff options
author | Jakob Unterwurzacher | 2015-12-20 18:25:10 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-20 18:25:10 +0100 |
commit | 5d25c6e7e9217e33b1c54f0f5bc74c6fe3e44119 (patch) | |
tree | 46626588be222f686faf0b176fc45bce71b8c111 /README.md | |
parent | 57b32a0b8b11757776dcfe57d594b2b5829f10f2 (diff) |
Link to official website; move security document
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ ![gocryptfs](Documentation/logo.svg.png) [![Build Status](https://travis-ci.org/rfjakob/gocryptfs.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs) ![Release Status](https://img.shields.io/badge/status-beta-yellow.svg?style=flat) ============== An encrypted overlay filesystem written in Go. +Official website: https://nuetzlich.net/gocryptfs gocryptfs is built on top the excellent [go-fuse](https://github.com/hanwen/go-fuse) FUSE library and its @@ -9,7 +10,7 @@ LoopbackFileSystem API. This project was inspired by EncFS and strives to fix its security issues while providing good performance. For details on the security of gocryptfs see the -[SECURITY.md](Documentation/SECURITY.md) design document. +[Security](https://nuetzlich.net/gocryptfs/security/) design document. Current Status -------------- |