Nitrokey 3A Password Manager

Hello,
I can not find any documentation on how to use the Password Manager (Store ordinary passwords securely in the Password Manager) for the Nitrokey 3A.
Can you please point me in the right direction?

Kind regards,

G

Seems like this is only available in the nitropy tool right now.

$ nitropy nk3 secrets 
Command line tool to interact with Nitrokey devices 0.4.43
Usage: nitropy nk3 secrets [OPTIONS] COMMAND [ARGS]...

  Nitrokey Secrets App. Manage OTP and Password Safe secrets on the device.
  Use NITROPY_SECRETS_PASSWORD to pass password for the scripted execution.

Options:
  --help  Show this message and exit.

Commands:
  add-challenge-response  Register Challenge-Response credential.
  add-otp (register)      Register OTP credential.
  add-password            Register Password Safe credential.
  get-otp (get)           Generate OTP code from registered credential.
  get-password            Get Password Safe Entry
  list                    List registered OTP credentials.
  remove                  Remove OTP credential.
  rename                  Rename credential.
  reset                   Remove all OTP credentials from the device.
  set-pin                 Set or change the PIN used to authenticate to...
  status                  Show application status
  update                  Update credential.
  verify                  Proceed with the incoming OTP code verification...

$ nitropy nk3 secrets add-password mypassword --password test
Command line tool to interact with Nitrokey devices 0.4.43
Please touch the device if it blinks
Done
$ nitropy nk3 secrets list
Command line tool to interact with Nitrokey devices 0.4.43
Please provide PIN to show PIN-protected entries (if any), or press ENTER to skip
Please touch the device if it blinks
Current PIN (7 attempts left): 
Please touch the device if it blinks
01. mypassword	NotSet/Sha1	PWS data available
02. test	NotSet/Sha1	PIN required,PWS data available
$ nitropy nk3 secrets get-password mypassword
Command line tool to interact with Nitrokey devices 0.4.43
Please touch the device if it blinks
login               : ---
password            : test
metadata            : ---
properties          : f1
name                : mypassword
$ nitropy nk3 secrets remove mypassword
Command line tool to interact with Nitrokey devices 0.4.43
Please touch the device if it blinks
Done
1 Like