We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032e036 commit 4b8a6a3Copy full SHA for 4b8a6a3
src/Core/Constants.cs
@@ -70,7 +70,7 @@ public static class Constants
70
public const int Argon2Parallelism = 4;
71
public const int MasterPasswordMinimumChars = 12;
72
public const int CipherKeyRandomBytesLength = 64;
73
- public const string CipherKeyEncryptionMinServerVersion = "2024.1.3";
+ public const string CipherKeyEncryptionMinServerVersion = "2024.2.0";
74
public const string DefaultFido2CredentialType = "public-key";
75
public const string DefaultFido2CredentialAlgorithm = "ECDSA";
76
public const string DefaultFido2CredentialCurve = "P-256";
0 commit comments