51 changed files with 210 additions and 210 deletions
@ -1,14 +1,14 @@
@@ -1,14 +1,14 @@
|
||||
--- |
||||
layout: article |
||||
title: How is my data securely transmitted and stored on bitwarden servers? |
||||
title: How is my data securely transmitted and stored on Bitwarden servers? |
||||
categories: [security] |
||||
featured: true |
||||
popular: false |
||||
tags: [encryption] |
||||
--- |
||||
|
||||
bitwarden takes security very seriously when it comes to handling your sensitive data. Your data is never sent to the bitwarden cloud servers without first being encrypted on your local device using [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard){:target="blank"} 256 bit encryption. You can read more about bitwarden encryption [here]({% link _articles/security/what-encryption-is-used.md %}). bitwarden never stores meaningful data on its servers. |
||||
Bitwarden takes security very seriously when it comes to handling your sensitive data. Your data is never sent to the Bitwarden cloud servers without first being encrypted on your local device using [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard){:target="blank"} 256 bit encryption. You can read more about Bitwarden encryption [here]({% link _articles/security/what-encryption-is-used.md %}). Bitwarden never stores meaningful data on its servers. |
||||
|
||||
When your devices sync with the bitwarden cloud servers, a copy of the encrypted data is downloaded and securely stored to your local device. Whenever you use the bitwarden apps or extensions your data is decrypted only in memory as needed. Data is never stored in its decrypted form on the remote bitwarden servers or on your local device. |
||||
When your devices sync with the Bitwarden cloud servers, a copy of the encrypted data is downloaded and securely stored to your local device. Whenever you use the Bitwarden apps or extensions your data is decrypted only in memory as needed. Data is never stored in its decrypted form on the remote Bitwarden servers or on your local device. |
||||
|
||||
bitwarden servers are securely hosted and managed in the [Microsoft Azure cloud](https://en.wikipedia.org/wiki/Microsoft_Azure){:target="_blank"}. |
||||
Bitwarden servers are securely hosted and managed in the [Microsoft Azure cloud](https://en.wikipedia.org/wiki/Microsoft_Azure){:target="_blank"}. |
||||
|
||||
@ -1,12 +1,12 @@
@@ -1,12 +1,12 @@
|
||||
--- |
||||
layout: article |
||||
title: What happens if bitwarden gets hacked? |
||||
title: What happens if Bitwarden gets hacked? |
||||
categories: [security] |
||||
featured: true |
||||
popular: false |
||||
tags: [hacked] |
||||
--- |
||||
|
||||
bitwarden takes extreme measures to ensure that its websites, application, and cloud servers are secure. Part of this security comes from the fact that [we rely on managed services and do not manage our cloud server infrastructure at all]({% link _articles/security/cloud-server-security.md %}). |
||||
Bitwarden takes extreme measures to ensure that its websites, application, and cloud servers are secure. Part of this security comes from the fact that [we rely on managed services and do not manage our cloud server infrastructure at all]({% link _articles/security/cloud-server-security.md %}). |
||||
|
||||
However, if for some reason bitwarden were to get hacked and your data was exposed, your information is still protected. This is because bitwarden uses strong encryption and one-way salted hashing. As long as you use a strong master password, your data is safe no matter who gets hold of it. |
||||
However, if for some reason Bitwarden were to get hacked and your data was exposed, your information is still protected. This is because Bitwarden uses strong encryption and one-way salted hashing. As long as you use a strong master password, your data is safe no matter who gets hold of it. |
||||
|
||||
@ -1,15 +1,15 @@
@@ -1,15 +1,15 @@
|
||||
--- |
||||
layout: article |
||||
title: Why should I trust bitwarden with my passwords? |
||||
title: Why should I trust Bitwarden with my passwords? |
||||
categories: [security] |
||||
featured: true |
||||
popular: true |
||||
tags: [] |
||||
--- |
||||
|
||||
1. bitwarden is 100% open source software. All of our source code is hosted on [GitHub](https://github.com/bitwarden){:target="_blank"} and is free for anyone to review. Hundreds of software developers follow bitwarden's source code projects (and you can too!). |
||||
1. Bitwarden is 100% open source software. All of our source code is hosted on [GitHub](https://github.com/bitwarden){:target="_blank"} and is free for anyone to review. Hundreds of software developers follow bitwarden's source code projects (and you can too!). |
||||
2. We do not store your passwords. We store encrypted versions of your passwords [that only you can unlock]({% link _articles/security/can-bitwarden-see-my-passwords.md %}). |
||||
Your sensitive information is all encrypted locally on your personal device before ever being sent to our cloud servers. |
||||
3. bitwarden has a reputation. bitwarden is used by thousands of people. If we did anything questionable or risky we would be out of business. |
||||
3. Bitwarden has a reputation. Bitwarden is used by hundreds of thousands of people. If we did anything questionable or risky we would be out of business. |
||||
|
||||
Still don't trust us? 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 %}). |
||||
Still don't trust us? 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 %}). |
||||
|
||||
Loading…
Reference in new issue