bitbox02-firmware icon indicating copy to clipboard operation
bitbox02-firmware copied to clipboard

Host passphrase

Open benma opened this issue 9 months ago • 0 comments

This is a quick prototype for optionally allowing entering the passphrase on the host by adding a new UnlockRequest API call that allows this.

We might split this into two calls, one for unlocking the device and one for entering the passphrase, so the bbapp knows which state we are in. Alternatively, we could keep one UnlockRequest API, but send state updates to the app via next_request(). It is not clear yet which would be better.

benma avatar Apr 01 '25 12:04 benma