diff --git a/internal/crypto/pbkdf.go b/internal/crypto/pbkdf.go index 49ab4c266..818b39138 100644 --- a/internal/crypto/pbkdf.go +++ b/internal/crypto/pbkdf.go @@ -23,7 +23,7 @@ pbkdf2Sha256Iterations = 600_000 // Pbkdf2Algorithm is the key for the pbkdf algorithm. - Pbkdf2Algorithm = "pbkdf2" + Pbkdf2Algorithm = "pbkdf2-sha256-600000" ) func init() {