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.