From de7ae27a7757e96664828dd9bf3d6d1844e0cd90 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:54:30 -0500 Subject: [PATCH 1/2] [PM-5638] Update minimum version for vault item encryption to 2024.2.0 (#2966) --- src/Core/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 2efd74cdc..c22fe6bb0 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -70,7 +70,7 @@ namespace Bit.Core public const int Argon2Parallelism = 4; public const int MasterPasswordMinimumChars = 12; public const int CipherKeyRandomBytesLength = 64; - public const string CipherKeyEncryptionMinServerVersion = "2024.1.3"; + public const string CipherKeyEncryptionMinServerVersion = "2024.2.0"; public const string DefaultFido2CredentialType = "public-key"; public const string DefaultFido2CredentialAlgorithm = "ECDSA"; public const string DefaultFido2CredentialCurve = "P-256"; From ebb2a288a1b5fd3ac7da31607c2f7b06221d8f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bispo?= Date: Tue, 30 Jan 2024 12:30:23 +0000 Subject: [PATCH 2/2] [PM-5856] Add visibility to label. (#2955) --- src/App/Pages/Settings/LoginPasswordlessRequestsListPage.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Pages/Settings/LoginPasswordlessRequestsListPage.xaml b/src/App/Pages/Settings/LoginPasswordlessRequestsListPage.xaml index 14e4e6457..77f163ed9 100644 --- a/src/App/Pages/Settings/LoginPasswordlessRequestsListPage.xaml +++ b/src/App/Pages/Settings/LoginPasswordlessRequestsListPage.xaml @@ -95,6 +95,7 @@