diff options
author | Jakob Unterwurzacher | 2016-02-20 12:26:42 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-20 12:26:42 +0100 |
commit | 8411f0a280f2a6a7af529992c83b493cfdea6776 (patch) | |
tree | 9089e0b6ff2924f55a2f2ce47dc6ba662d9d034e /docs | |
parent | 189cedf8450e7fe6597ac523e4f250c83a1a1f63 (diff) |
Fix link to EME
Diffstat (limited to 'docs')
-rw-r--r-- | docs/security.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |