diff --git a/src/encryption/accounts.py b/src/encryption/accounts.py index a23b277..be7b7d1 100644 --- a/src/encryption/accounts.py +++ b/src/encryption/accounts.py @@ -20,7 +20,7 @@ class Cipher: algorithm=hashes.SHA256(), length=32, salt=salt, - iterations=100000, + iterations=480000, ) return cls(kdf.derive(password))