1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Updated data-storage.md data storage sentences. (#742)

Sentences regarding data storage were ambiguous. E.g. The sentence "Decrypted data is stored in memory in the following locations..." conveys that decrypted data is stored in memory AND in the disk locations specified, when this is not actually the case.
This commit is contained in:
foo2k
2021-09-22 05:32:54 +10:00
committed by GitHub
parent 906e2ca0dd
commit b9206d2751

View File

@@ -23,7 +23,7 @@ Bitwarden processes and stores all data securely in the [Microsoft Azure Cloud](
Don't trust Bitwarden Servers? You don't have to. Open source is beautiful. You can easily host the entire Bitwarden stack yourself. You control your data. Learn more [here]({{site.baseurl}}/article/install-on-premise/).
## On your Local Machine
Data that is stored on your computer/device is also encrypted and only decrypted when you unlock your Vault. Decrypted data is stored **in memory** in the following locations and is **never written to persistent storage**:
Data that is stored on your computer/device is encrypted and only decrypted when you unlock your Vault. Decrypted data is stored **in memory** only and is **never written to persistent storage**. BitWarden encrypted data at rest is stored in the following locations:
#### Desktop App