Skip to content

Commit

Permalink
[PM-5638] Update minimum version for vault item encryption to 2024.2.0 (
Browse files Browse the repository at this point in the history
#2966)

(cherry picked from commit de7ae27)
  • Loading branch information
trmartin4 committed Jan 29, 2024
1 parent 032e036 commit 4b8a6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Constants.cs
Expand Up @@ -70,7 +70,7 @@ public static class Constants
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";
Expand Down

0 comments on commit 4b8a6a3

Please sign in to comment.