Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
94 stars 28 forks source link

App Display of Secrets not Working #541

Closed kathmm closed 1 month ago

kathmm commented 1 month ago

When opening the app it displays an empty panel where the stored passwords should be. While knowing I have stored a TOTP and it was working prior to remove the Nitrokey 3 after use and plugging in once more the error/issue occurred. However if I run nitropy nk3 secrets list it outputs 01. M365 Totp/Sha1 touch required,PIN required showing that the secret is still saved.

When trying to add a new secret with the same credential name it will also state within the app that a secret is already existing under the name and refuses to set up a new secret. The error message is also depicted below in a screenshot.

The screenshot directly below shows both the app displaying none while the terminal output shows that the secret is still present.

This was performed on macOS Sonoma.

Screenshot 2024-05-14 at 10 49 56 Screenshot 2024-05-14 at 12 22 05
daringer commented 1 month ago

Did you try activating the checkbox "Show Protected Passwords" below the secrets-list in NitrokeyApp2 ? Overall this is an intended feature that you only see non-pin-required secrets, if this checkbox isn't activated.

kathmm commented 1 month ago

Ah, I see it now and had completely missed it as previously tested keys it had been ticked and I hadn't unticked it. Will make note to pay attention to it. Thank you for such a quick response!