1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00
Files
help/_articles/security/data-storage.md
fred_the_tech_writer aa9e70659a Vault Management (#382)
* Staging: Vault Mgmt (#380)

* Commit #1
- Updated Master Password article, and removed old versions (w/ 
redirects)
- Repurposed Account Encryption Key Article
- Moved Fingerprint Phrase article
- Requisite re-ordering of security articles
- Change "Account Mgmt" title to "Your Vault"
- Slight change to "Import & Export" category title

* - Managing Items
- Favorites & Folders (+images)
- Sync & Search (+images)
- Import Export title change
- Clarification re: Login v. Lock in "Field Guide to Two-step Login"
- Clarifiation re: Org Invite Expiry in managing-users.md
- New link to Acct. Encryption Key in encrypted-export.md

* Commit #3
-Custom Fields
- URIs (+ images)
- File Attachments
- VH Reports
- Required re-ordering

* Commit #4
-BWDC Login recommendation
-VH Reports images
- Added Two-step FAQs, Import FAQs
- FAQ Nav Item depricated, targetting FAQs for each category are now the 
last article within respective categories

* Commit #5
-Edit & move Account/Org Deletion Article
-config.yml to re-order global nav
-encrypted export update

* General FAQs (preliminary edits)

* Features > Misc.

* return forgot-master-password.md & downstream order changes

* delete account warning

* fixed link
2021-02-01 08:58:52 -05:00

4.5 KiB

layout, title, categories, featured, popular, tags, order, redirect_from
layout title categories featured popular tags order redirect_from
article Storage
security
true false
cloud
06
/article/where-is-data-stored-cloud/
/article/where-is-data-stored-computer/
/article/cloud-server-security/

This articles describes where Bitwarden stores your Vault Data and Administrative Data.

Bitwarden always encrypts and/or hashes your data on your local device before anything is sent to cloud servers for storage. Bitwarden servers are only used for storing encrypted data. For more information, see [Encryption]({% link _articles/security/what-encryption-is-used.md %}).

On Bitwarden Servers

Bitwarden processes and stores all data securely in the Microsoft Azure Cloud{:target="_blank"} in the US using services that are managed by the team at Microsoft. Since Bitwarden only uses service offerings provided by Azure, there is no server infrastructure to manage and maintain. All uptime, scalability, and security updates and guarantees and backed by Microsoft and their cloud infrastructure. Review the Microsoft Azure Compliance Offerings documentation for more detail.

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]({% link _articles/hosting/install-on-premise.md %}).

On your Local Machine

Data that is stored on your computer/device is also encrypted and only decrypted when you unlock your Vault. Vault data can be found in the following locations based on the client application in use:

Desktop App

  • Windows
    • Standard Installations & Store: %AppData%\Bitwarden
    • Portable: .\bitwarden-appdata
  • macOS
    • Standard Installations: ~/Library/Application Support/Bitwarden
    • Mac App Store: ~/Library/Containers/com.bitwarden.desktop/Data/Library/Application Support/Bitwarden
  • Linux
    • Standard Installations: ~/.config/Bitwarden
    • Snap: ~/snap/bitwarden/current/.config/Bitwarden

{% callout success %} You can override the storage location for your Bitwarden desktop application data by setting the BITWARDEN_APPDATA_DIR environment variable to an absolute path. {% endcallout %}

Browser Extension

  • Windows
    • Chrome: %AppData%\Local\Google\Chrome\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb
    • Firefox: %AppData%\Roaming\Mozilla\Firefox\Profiles\your_profile\storage\default\moz-extension+++[UUID]^userContextId=[integer]
    • Opera: %AppData%\Opera Software\Opera Stable\Local Extension Settings\ccnckbpmaceehanjmeomladnmlffdjgn
    • Vivaldi: %LocalAppData%\Vivaldi\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb
    • Brave: %LocalAppData%\BraveSoftware\Brave-browser\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb
    • Edge: %LocalAppData%\Microsoft\Edge\User Data\Default\Extensions\jbkfoedolllekgbhcbcoahefnbanhhlh
  • macOS
    • Chrome: ~/Library/Application Support/Google/Chrome/Default/Local Extension Settings/nngceckbapebfimnlniiiahkandclblb
    • Firefox: ~/Library/Application Support/Firefox/Profiles/your_profile/storage/default/moz-extension+++[UUID]^userContextID=[integer]
    • Safari: ~/Library/Safari/Databases
    • Edge: ~/Library/Application Support/Microsoft Edge/Default/Extensions
  • Linux
    • Chrome: ~/.config/google-chrome/Default/Local Extension Settings/nngceckbapebfimnlniiiahkandclblb
    • Firefox: ~/.mozilla/firefox/your_profile/storage/default/moz-extension+++[UUID]^userContextID=[integer]

{% callout info %} To enhance security, Firefox uses Universally Unique Identifiers (UUIDs) within extension storage folder names. In the address bar, navigate to about:debugging#/runtime/this-firefox to locate your Bitwarden extension UUID. Replace [UUID] with that UUID.

Firefox also allows users to customize where to store their profiles (and thus local Bitwarden extension data). The location specified above is the default. {% endcallout %}

Mobile

  • iOS: app group for group.com.8bit.bitwarden
  • Android: /data/data/com.x8bit.bitwarden/

CLI

  • Windows: %AppData%\Bitwarden CLI
  • macOS: ~/Library/Application Support/Bitwarden CLI
  • Linux: ~/.config/Bitwarden CLI

{% callout success %} You can override the storage location for your Bitwarden CLI application data by setting the BITWARDENCLI_APPDATA_DIR environment variable to an absolute path. {% endcallout %}