Secure Key Password β Digital
"public_key": "base64...", "salt": "base64...", "recovery_pubkey": "base64..."
"mnemonic": "candle pilot storm ...", "new_public_key": "base64..."
[π Digital Secure Key Password Setup] Create a strong master password: [ ] Confirm password: [ ] digital secure key password
"client_nonce": "base64...", "signature": "base64..."
Digital Secure Key Password Login Master password: [************] "public_key": "base64
Name: Digital Secure Key Password (DSKP) Purpose: Generate, store, and authenticate using a time-based or event-based secure key that is mathematically bound to a userβs password, without transmitting the actual password.
POST /v1/dskp/authenticate
# For signature mode private_key = Ed25519PrivateKey.from_private_bytes(secure_key_seed) public_key = private_key.public_key()