From 0d8d6916645a6ed2f69803fc909409778f903110 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 3 Aug 2016 21:19:47 -0400 Subject: [PATCH] Update DESIGN.md --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index d222d50..637951a 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -210,6 +210,6 @@ Chunk content is encrypted by AES-GCM, with an encryption key that is the HMAC-S The snapshot is encrypted by AES-GCM too, using an encrypt key that is the HMAC-SHA256 of the file path with the *File Key* as the secret key. -There four random keys are saved in a file named 'config' in the file storage, encrypted with a master key derived from the PBKDF2 function on +These four random keys are saved in a file named 'config' in the file storage, encrypted with a master key derived from the PBKDF2 function on the storage password chosen by the user.