mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Decrease number of rounds for app token hash
This commit is contained in:
@@ -198,7 +198,7 @@ impl AuthenticationProvider for SqlitePrincipalStore {
|
||||
None,
|
||||
None,
|
||||
Params {
|
||||
rounds: 1000,
|
||||
rounds: 100,
|
||||
..Default::default()
|
||||
},
|
||||
&salt,
|
||||
|
||||
Reference in New Issue
Block a user