Updated Filer Data Encryption (markdown)

Chris Lu 2020-03-14 15:54:36 -07:00
parent ec2916d61b
commit aff5e4b291

@ -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.