mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
committed by
GitHub
parent
d4efd98c15
commit
5e11a4ac9b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user