1
0
mirror of https://github.com/bitwarden/help synced 2026-01-06 10:33:28 +00:00

Meta-Descriptions (#778)

* initial commit

* 2nd batch

* last batch
This commit is contained in:
fred_the_tech_writer
2021-10-27 10:38:41 -04:00
committed by GitHub
parent d4efd98c15
commit 5e11a4ac9b
167 changed files with 172 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "02"
description: "This article explains what administrative data is maintained by Bitwarden only wile using the Bitwarden password manager."
---
Users provide personal information in connection with your account creation, usage of the Bitwarden Service and support, and payments for the Bitwarden Service. Bitwarden uses Administrative Data to provide the Bitwarden Service to you. We retain Administrative Data for as long as you are a customer of Bitwarden and as required by law. If you terminate your relationship with Bitwarden, we will delete your Personal Information in accordance with our data retention policies.

View File

@@ -8,6 +8,7 @@ popular: false
hidden: false
tags: []
order: "99"
description: "The Bitwarden Security Whitepaper highlights the security and compliance program, elaborating on security principles like password hashing and key derivation."
---
{% callout success %}
Read the full paper below or [download the PDF](https://bitwarden.com/images/resources/security-white-paper-2021.pdf).

View File

@@ -10,6 +10,7 @@ redirect_from:
- /article/where-is-data-stored-cloud/
- /article/where-is-data-stored-computer/
- /article/cloud-server-security/
description: "This article describes how Vault data is encrypted and hashed on local devices before being sent to the Cloud for secure storage."
---
This articles describes **where** Bitwarden stores your Vault Data and Administrative Data.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "08"
description: "The emergency access feature of the Bitwarden password manager enables you to designate trusted emergency contacts to access your Vault in an emergency."
---
Emergency Access enables users to designate and manage trusted emergency contacts, who may request access to their Vault with a configurable level of permissions.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [audit]
order: "07"
description: "Review information about third-party security audits, our open source codebase, and our zero knowledge encryption model."
---
Bitwarden is a global company with customers located all over the world. Our business is to help customers protect, store, and share their sensitive data. We prioritize protecting the personal data of our customers and their end-users as paramount to our company mission. Bitwarden complies with industry standards, and conducts regular audits shared transparently with our customers and users. Our open source approach puts us in a unique position, where our software is viewed and scrutinized by a globally engaged community.

View File

@@ -8,6 +8,7 @@ tags: []
order: "01"
redirect_from:
- /article/what-information-is-encrypted/
description: "This article explains the different types of Vault data you can store in your Bitwarden password manager Vaults and how items are encrypted."
---
All Vault data is encrypted by Bitwarden before being stored anywhere. To learn how, see [Encryption]({{site.baseurl}}/article/what-encryption-is-used/).

View File

@@ -2,13 +2,14 @@
layout: article
title: Encryption
categories: [security]
featured: true
popular: false
featured: false
popular: true
tags: [encryption]
order: "03"
redirect_from:
- /article/password-salt-hash/
- /article/how-is-data-securely-transmitted-and-stored/
description: "Learn how Bitwarden salts and hashes password Vault data before sending it to the Cloud for secure storage."
---
Bitwarden uses [AES-CBC](#aes-cbc) 256-bit encryption for your Vault data, and [PBKDF2](#pbkdf2) SHA-256 to derive your encryption key.