Open
Description
Similar to #83, we also want to access PWS slots by name. But we need the user PIN to read the slots (while we were able to read the OTP slots without authentication). So this leaves us with these options:
- Copy the
pinentry
module fromnitrocli
tonitrocli-ext
, use it to query the user PIN and then usenitrokey-rs
to access the PWS. - Same as 1., but move the
pinentry
module fromnitrocli
tonitrocli-ext
(and makenitrocli
depend onnitrocli-ext
). - Call
nitrocli pws status
and parse its output.
@d-e-s-o What do you think?
Metadata
Metadata
Assignees
Labels
No labels
Activity