mirror of
https://github.com/bitwarden/help
synced 2025-12-15 07:43:48 +00:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
layout: article
|
|
title: How is my data securely trasmitted and stored on bitwarden servers?
|
|
category: Security
|
|
featured: true
|
|
popular: false
|
|
tags: [encryption]
|
|
---
|
|
|
|
bitwarden takes security very seriously when it comes to handling your sensative data. Your data is never sent to the
|
|
bitwarden cloud servers without first being encrypted on your local device using [AES][aes] 256 bit encryption. You can read
|
|
more about bitwarden encryption [here][encryption]. 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.
|
|
|
|
bitwarden servers are securely hosted and managed in the [Microsoft Azure cloud][azure].
|
|
|
|
[aes]: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
|
|
[encryption]: https://help.bitwarden.com/security/what-encryption-is-used/
|
|
[azure]: https://azure.com
|