Bump password strength to compensate 2 years
Computers are now faster than in 2013.
This commit is contained in:
parent
2431100c8b
commit
1976e90be9
@ -549,7 +549,7 @@ saltLength = 5
|
||||
-- | Salt a password with a randomly generated salt.
|
||||
saltPass :: Text -> IO Text
|
||||
saltPass = fmap (decodeUtf8With lenientDecode)
|
||||
. flip PS.makePassword 14
|
||||
. flip PS.makePassword 16
|
||||
. encodeUtf8
|
||||
|
||||
saltPass' :: String -> String -> String
|
||||
|
||||
Loading…
Reference in New Issue
Block a user