Increased amount of iterations of key derivation function in accounts.py
This commit is contained in:
parent
972c5577f4
commit
931e93fbde
@ -20,7 +20,7 @@ class Cipher:
|
||||
algorithm=hashes.SHA256(),
|
||||
length=32,
|
||||
salt=salt,
|
||||
iterations=100000,
|
||||
iterations=480000,
|
||||
)
|
||||
return cls(kdf.derive(password))
|
||||
|
||||
|
Reference in New Issue
Block a user