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]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [ ]  No 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
This commit is contained in:
Vaibhav Kamra 2022-12-14 17:30:11 -08:00 committed by GitHub
parent 0fbe65a304
commit 0b5bf1bc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
<TOCInline toc={toc} maxHeadingLevel={2}/><br/>