1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +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

@@ -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.