From 3cafa9b94f0f526713b0a1f866193bc13275b487 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 28 Oct 2017 20:32:36 +0200 Subject: Fix two "Cryptograhy" typos --- docs/index.md | 2 +- docs/reverse_mode_crypto.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bf08990..4266220 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ 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 [Cryptograhy](forward_mode_crypto.md) page details gocryptfs's +The [Cryptography](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 diff --git a/docs/reverse_mode_crypto.md b/docs/reverse_mode_crypto.md index 679644a..758adb2 100644 --- a/docs/reverse_mode_crypto.md +++ b/docs/reverse_mode_crypto.md @@ -8,7 +8,7 @@ To make reverse mode useful, it uses deterministic encryption using AES-SIV instead of AES-GCM. The differences with respect to the "normal" (forward) mode as detailed -on the [Cryptograhy](forward_mode_crypto.md) page are listed below. +on the [Cryptography](forward_mode_crypto.md) page are listed below. Derived Keys ------------ -- cgit v1.2.3