WIP readme

This commit is contained in:
Quentin 2020-05-30 22:32:53 +02:00
parent f9fb0c7d85
commit 701da9ef26
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ go run ./kv_to_s3.go
- 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)
- https://www.imperialviolet.org/2017/05/14/aesgcmsiv.html --> AES GCM SIV does not break crypto if you reuse nonces (but you should still try to supply unique ones to have different cipher if you encode the same plaintext twice)