warden-worker/src/models
qaz741wsd856 b519226cd6 feat: implement Argon2 KDF support in user authentication and registration
- Added new fields for Argon2 parameters (kdf_memory, kdf_parallelism) in the users table and related SQL migration.
- Updated API routes and handlers to support changing KDF settings.
- Enhanced KDF validation logic to accommodate both PBKDF2 and Argon2.
- Modified user registration and prelogin responses to include Argon2 parameters.
- Updated relevant data structures to reflect new KDF settings.
2025-12-04 14:44:40 +00:00
..
cipher.rs feat: optimize bulk cipher restoration 2025-12-01 10:30:50 +00:00
folder.rs Add folder support 2025-09-22 02:29:47 +05:30
import.rs refactor: unify cipher data definition 2025-12-01 05:11:50 +00:00
mod.rs Add import support 2025-09-22 02:40:24 +05:30
sync.rs feat: add profile retrieval endpoint and refactor profile creation logic 2025-12-04 03:26:30 +00:00
user.rs feat: implement Argon2 KDF support in user authentication and registration 2025-12-04 14:44:40 +00:00