vaultwarden/src/db
BlackDex 2d8c8e18f7
Update KDF Configuration and processing
- Change default Password Hash KDF Storage from 100_000 to 600_000 iterations
- Update Password Hash when the default iteration value is different
- Validate password_iterations
- Validate client-side KDF to prevent it from being set lower than 100_000
2023-01-24 19:49:12 +01:00
..
models Update KDF Configuration and processing 2023-01-24 19:49:12 +01:00
schemas Add avatar color support 2023-01-12 19:18:57 +01:00
mod.rs Fix some lints: explicit Arc::clone, and unnecessary return after unreachable! 2023-01-09 19:54:25 +01:00