diff options
author | Jakob Unterwurzacher | 2017-10-28 20:31:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-10-28 20:31:21 +0200 |
commit | 4be96b1516512acda32defdad8a665cc0670fe54 (patch) | |
tree | 2cef91119c0a639c4fbe1a51d6c86e934c1365f1 /docs | |
parent | fe2e0954ee4e6c35b6c6509fd0ba29fd81261c92 (diff) |
Update "Security" link -> "Cryptograhy"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 7162cdb..bf08990 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,8 @@ This project was inspired by EncFS and strives to fix its security issues while providing good performance, see the [Comparison](comparison) page for benchmarks. -The [Security](security) page details gocryptfs's cryptographic design. +The [Cryptograhy](forward_mode_crypto.md) page details gocryptfs's +cryptographic design. The highlights are: Scrypt password hashing, GCM encryption for all file contents, EME wide-block encryption for file names with a per-directory IV. |