Skip to content

Commit

Permalink
Update Constants.cs
Browse files Browse the repository at this point in the history
Updated minimum encryption server version to 2023.9.0 so QA can test its behavior
  • Loading branch information
fedemkr authored Aug 31, 2023
1 parent 99b0c17 commit b0c224e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace Bit.Core
{
Expand Down Expand Up @@ -68,7 +68,7 @@ public static class Constants
public const int Argon2Parallelism = 4;
public const int MasterPasswordMinimumChars = 12;
public const int CipherKeyRandomBytesLength = 64;
public const string CipherKeyEncryptionMinServerVersion = "2023.5.0";
public const string CipherKeyEncryptionMinServerVersion = "2023.9.0";
public const string DefaultFido2KeyType = "public-key";
public const string DefaultFido2KeyAlgorithm = "ECDSA";
public const string DefaultFido2KeyCurve = "P-256";
Expand Down

0 comments on commit b0c224e

Please sign in to comment.