1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-07 19:50:32 -05:00

PM-20532 - Add TODO

This commit is contained in:
Jared Snider 2025-05-29 12:24:37 -04:00
parent d95d275391
commit 022562eb6f
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -1,5 +1,6 @@
namespace Bit.Core.Auth.PasswordValidation; namespace Bit.Core.Auth.PasswordValidation;
// TODO: move this to KM
public static class PasswordValidationConstants public static class PasswordValidationConstants
{ {
public const int PasswordHasherKdfIterations = 100000; public const int PasswordHasherKdfIterations = 100000;