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:
parent
0fbe65a304
commit
0b5bf1bc8e
@ -10,8 +10,11 @@ import TabItem from '@theme/TabItem';
|
|||||||
import TOCInline from '@theme/TOCInline';
|
import TOCInline from '@theme/TOCInline';
|
||||||
import {Version} from '@site/src/corsoEnv';
|
import {Version} from '@site/src/corsoEnv';
|
||||||
|
|
||||||
A Corso [repository](../concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are
|
A Corso [repository](../concepts#corso-concepts) stores encrypted copies of your backup data. Corso uses
|
||||||
supported on the following object storage systems:
|
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/>
|
<TOCInline toc={toc} maxHeadingLevel={2}/><br/>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user