Skip to content

Commit 4b8a6a3

Browse files
committed
[PM-5638] Update minimum version for vault item encryption to 2024.2.0 (#2966)
(cherry picked from commit de7ae27)
1 parent 032e036 commit 4b8a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static class Constants
7070
public const int Argon2Parallelism = 4;
7171
public const int MasterPasswordMinimumChars = 12;
7272
public const int CipherKeyRandomBytesLength = 64;
73-
public const string CipherKeyEncryptionMinServerVersion = "2024.1.3";
73+
public const string CipherKeyEncryptionMinServerVersion = "2024.2.0";
7474
public const string DefaultFido2CredentialType = "public-key";
7575
public const string DefaultFido2CredentialAlgorithm = "ECDSA";
7676
public const string DefaultFido2CredentialCurve = "P-256";

0 commit comments

Comments
 (0)