From 0b5bf1bc8ebb9b84bafe205224b710228fc50a25 Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Wed, 14 Dec 2022 17:30:11 -0800 Subject: [PATCH] Add a note describing Corso repository encryption (#1816) ## Description Add a note describing Corso repository encryption ## Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor --- website/docs/setup/repos.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/docs/setup/repos.md b/website/docs/setup/repos.md index c95e47229..5a40780fd 100644 --- a/website/docs/setup/repos.md +++ b/website/docs/setup/repos.md @@ -10,8 +10,11 @@ import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; import {Version} from '@site/src/corsoEnv'; -A Corso [repository](../concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are -supported on the following object storage systems: +A Corso [repository](../concepts#corso-concepts) stores encrypted copies of your backup data. Corso uses +AES256-GCM-HMAC-SHA256 to encrypt data at rest using keys that are derived from the repository passphrase. +Data in flight is encrypted via TLS. + +Repositories are supported on the following object storage systems: