Files
saledjenic 6f90641de5 feat: support for using a profile's DEK as a login and session password (credential) (#7762)
Allow clients to use the profile's data-encryption key as the biometric login credential instead
of the raw password:

- LoginAccount: new `dek` request field (32 hex bytes, validated and normalized to lowercase,
mutually exclusive with password/mnemonic/keycard keys)
- resolveProfileSecret: accepts the client-hashed DEK ("0x" + keccak256), so a stored DEK
credential works through the existing hashed-password paths on the client side
- New ExportProfileDEK endpoint: returns the DEK for a valid credential
2026-08-27 09:56:29 +02:00
..
2026-08-14 09:36:13 +01:00
2025-08-20 08:33:47 +02:00