nitrocli icon indicating copy to clipboard operation
nitrocli copied to clipboard

A command line tool for interacting with Nitrokey devices.

Results 24 nitrocli issues
Sort by recently updated
recently updated
newest added

This patch adds the pws-cache core extension that allows accessing the PWS slots by their name instead of the slot index. Fixes #155. ---- Open issues: How to query the...

Currently, we only have the log messages generated by libnitrokey which can make it difficult to track down issues with nitrocli itself. I suggest to add log messages to nitrokey...

Last week, I've used the PWS functionality for the first time with real data. I had some issues with our current PWS commands: - The user has to provide the...

I find the `commands` module increasingly hard to read and navigate as it gets bigger and bigger (currently 1.5k loc). What do you think about splitting it up into one...

We only show a warning in the `pinentry` dialog directly after the user entered a wrong passphrase. `gnupg` on the other hand always shows the retry count if it is...

Similar to the PWS refactoring discussed in #139, we should also update the OTP commands: - [ ] Introduce `otp add` command - [ ] Introduce `otp update` command -...

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...

Hi! I use 20 char pin and made a typo by entering 21 chars, so I get: ` $ nitrocli pws status Could not access the password safe: The supplied...

bug

nitrokey-app warns the user about insecure configurations. We should consider whether we also want to have these warnings. - default PINs: I don’t think we should to check that. Changing...

question

Soon we will launch [NetHSM](https://www.nitrokey.com/products/nethsm) which is a network appliance HSM containing a [REST interface](https://www.nitrokey.com/files/nethsmapi/). Would you be interested to support NetHSM? Obviously it would require entirely different dependencies.

question