From 1f83a6e79312e20cb95138737bd95c065a93a32f Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Sat, 12 Nov 2016 23:14:28 -0500 Subject: [PATCH] Update DESIGN.md --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 637951a..cb539b1 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. -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 +These four random keys are saved in a file named 'config' in the storage, encrypted with a master key derived from the PBKDF2 function on the storage password chosen by the user.