From aff5e4b291d25a13556589a4ef9d51a3c76257f7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Mar 2020 15:54:36 -0700 Subject: [PATCH] Updated Filer Data Encryption (markdown) --- Filer-Data-Encryption.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Filer-Data-Encryption.md b/Filer-Data-Encryption.md index f8f2569..7157944 100644 --- a/Filer-Data-Encryption.md +++ b/Filer-Data-Encryption.md @@ -23,5 +23,3 @@ The encryption is through AES256-GCM https://en.wikipedia.org/wiki/Galois/Counte There is one randomly generated cipher key of 256 bits for each file chunk. The cipher code is here https://github.com/chrislusf/seaweedfs/blob/master/weed/util/cipher.go -### Note -The volume servers are agnostic to encryption. There are no encryption if you only use master and volume servers as an object store.