Skip to content

Access PWS slots by name #155

Open
@robinkrahl

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:

  1. Copy the pinentry module from nitrocli to nitrocli-ext, use it to query the user PIN and then use nitrokey-rs to access the PWS.
  2. Same as 1., but move the pinentry module from nitrocli to nitrocli-ext (and make nitrocli depend on nitrocli-ext).
  3. Call nitrocli pws status and parse its output.

@d-e-s-o What do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions