From 8411f0a280f2a6a7af529992c83b493cfdea6776 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 20 Feb 2016 12:26:42 +0100 Subject: Fix link to EME --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index b368119..d43201a 100644 --- a/docs/security.md +++ b/docs/security.md @@ -44,7 +44,7 @@ Every directory gets a 128-bit directory IV that is stored in each directory as `gocryptfs.diriv`. File names are encrypted using AES-256-EME (ECB-Mix-ECB wide-block encryption, -see https://github.com/rfjakob/eme for details) with the directory IV +see [github.com/rfjakob/eme](https://github.com/rfjakob/eme) for details) with the directory IV as initialization vector. EME fixes the prefix leak that occours with CBC encryption. -- cgit v1.2.3