From 989393d3d95964baaddc64de5872e4545952b809 Mon Sep 17 00:00:00 2001 From: IDON-TEXIST <73442356+IDON-TEXIST@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:41:18 -0400 Subject: [PATCH] update: Recommend Argon2id when using Bitwarden (#2713) Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com> Signed-off-by: Daniel Gray --- docs/passwords.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/passwords.md b/docs/passwords.md index b33b1f487a..6ee15ebf34 100644 --- a/docs/passwords.md +++ b/docs/passwords.md @@ -185,6 +185,10 @@ These password managers sync your passwords to a cloud server for easy accessibi +Bitwarden uses [PBKDF2](https://bitwarden.com/help/kdf-algorithms/#pbkdf2) as its key derivation function (KDF) algorithm by default. It also offers [Argon2](https://bitwarden.com/help/kdf-algorithms/#argon2id), which is more secure, as an alternative. You can change your account's KDF algorithm in the web vault. + +- [x] Select **Settings > Security > Keys > KDF algorithm > Argon2id** + Bitwarden also features [Bitwarden Send](https://bitwarden.com/products/send), which allows you to share text and files securely with [end-to-end encryption](https://bitwarden.com/help/send-encryption). A [password](https://bitwarden.com/help/send-privacy/#send-passwords) can be required along with the send link. Bitwarden Send also features [automatic deletion](https://bitwarden.com/help/send-lifespan). You need the [Premium Plan](https://bitwarden.com/help/about-bitwarden-plans/#compare-personal-plans) to be able to share files. The free plan only allows text sharing.