aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/bckp/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/bckp/README.md b/docker/bckp/README.md
index 59a9ca5..b0b1b85 100644
--- a/docker/bckp/README.md
+++ b/docker/bckp/README.md
@@ -22,3 +22,5 @@ go run ./kv_to_s3.go
--> cité par l'article précédent, je ne comprends pas trop mais je crois que pas simple
- https://godoc.org/golang.org/x/crypto/nacl/box --> du coup je pense me limiter à un lib très reconnue comme nacl/sodium, si possible une implem officielle. Mais là pas de streaming, à nous de chunker et de gérer la rotation des nonces
- Est ce qu'on a besoin d'authentication ?
+ - Oui en fait il y a plein d'attaques apparemment
+ - https://blog.minio.io/data-at-rest-encryption-done-right-7446c644ddb6 --> Minio a sa solution mais elle a des requirements bizarres (une clé par fichier, il faut donc un HKDF)