[PM-5638] Bump minimum server version for vault item encryption (#2959)

Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com>
This commit is contained in:
Todd Martin 2024-01-26 17:03:39 -05:00 committed by GitHub
parent fd80a9ce7c
commit 7bbb711175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "2023.12.0";
public const string CipherKeyEncryptionMinServerVersion = "2024.1.3";
public const string DefaultFido2CredentialType = "public-key";
public const string DefaultFido2CredentialAlgorithm = "ECDSA";
public const string DefaultFido2CredentialCurve = "P-256";