mirror of
https://github.com/status-im/status-go.git
synced 2026-08-27 15:11:09 +00:00
develop
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
status-go
status-go is the backbone library of Status App. It acts as a "backend" for both applications and implements most of the Status apps business logic.
A comprehensive list of status-go functionality can be found in Brief overview.
Docs
License
Languages
Go
96.1%
Python
2.8%
Solidity
0.7%
Shell
0.2%