Skip to content

Commit feaab08

Browse files
committed
Update AccountKeyHelper.cs
1 parent 71d93c2 commit feaab08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/SecureFolderFS.Core.Cryptography/Jwe/AccountKeyHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace SecureFolderFS.Core.Cryptography.Jwe
1212
/// </summary>
1313
public static class AccountKeyHelper
1414
{
15-
private const int AccountKeyPbes2Iterations = 210_000;
15+
private const int AccountKeyPbes2Iterations = 120_000;
1616
private const string AccountKeyAlgorithm = "PBES2-HS512+A256KW";
1717
private const string AccountKeyEncryption = "A256GCM";
1818

0 commit comments

Comments
 (0)