From 3f40c3aec742f50612091938f6d21d25623757ac Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 18 May 2018 14:28:50 -0400 Subject: [PATCH] headers for each platform --- .../security/where-is-data-stored-computer.md | 34 +++++++++++++------ 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/_articles/security/where-is-data-stored-computer.md b/_articles/security/where-is-data-stored-computer.md index 32c19ba5..6e885bf3 100644 --- a/_articles/security/where-is-data-stored-computer.md +++ b/_articles/security/where-is-data-stored-computer.md @@ -11,13 +11,15 @@ You data is also automatically synced to our [cloud servers]({% link _articles/s All sensitive data stored on your computer/device is encrypted. The data can be found in the following locations: -- Windows Desktop App +## Desktop + +- Windows - Standard Installations & Store: `%AppData%\Roaming\Bitwarden` - Portable: `.\bitwarden-appdata` -- macOS Desktop App +- macOS - Standard Installations: `~/Library/Application Support/Bitwarden` - Mac App Store: `~/Library/Containers/com.bitwarden.desktop/Data/Library/Application Support/Bitwarden` -- Linux Desktop App +- Linux - Standard Installations: `~/.config/Bitwarden` - Snap: `~/snap/bitwarden/current/.config/Bitwarden` @@ -25,20 +27,32 @@ All sensitive data stored on your computer/device is encrypted. The data can be You can override the storage location for your Bitwarden desktop application data by setting the `BITWARDEN_APPDATA_DIR` environment variable to an absolute path. {% endtip %} -- Windows Browser Extensions +## Browser Extension + +- Windows - Chrome: `%AppData%\Local\Google\Chrome\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb` - Firefox: `%AppData%\Roaming\Mozilla\Firefox\Profiles\your_profile\browser-extension-data\{446900e4-71c2-419f-a6a7-df9c091e268b}` - Opera: `%AppData%\Roaming\Opera Software\Opera Stable\Local Extension Settings\ccnckbpmaceehanjmeomladnmlffdjgn` - Vivaldi: `%AppData%\Local\Vivaldi\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb` - Brave: `%AppData%\Roaming\brave\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb` - Edge: `%AppData%\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge\Extensions\Storage` -- Linux Browser Extensions +- Linux - Chrome: `~/.config/google-chrome/Default/Local Extension Settings/nngceckbapebfimnlniiiahkandclblb` -- macOS Browser Extensions +- macOS - Chrome: `~/Library/Application Support/Google/Chrome/Default/Local App Settings/nngceckbapebfimnlniiiahkandclblb` - Safari: `~/Library/Safari/Databases` -- iOS Mobile App - - App group for `group.com.8bit.bitwarden` -- Android Mobile App - - `/data/data/com.x8bit.bitwarden/` +## Mobile + +- iOS: app group for `group.com.8bit.bitwarden` +- Android: `/data/data/com.x8bit.bitwarden/` + +## CLI + +- Windows: `%AppData%\Roaming\Bitwarden CLI` +- macOS: `~/Library/Application Support/Bitwarden CLI` +- Linux: `~/.config/Bitwarden CLI` + +{% tip %} +You can override the storage location for your Bitwarden CLI application data by setting the `BITWARDENCLI_APPDATA_DIR` environment variable to an absolute path. +{% endtip %}