Nitrokey: Difference between revisions

Lilly (talk | contribs)
refactor article with current NixOS options and adding details about KeePass usage
Lilly (talk | contribs)
add cli applications for nitrokey storage and nitrokey pro
 
Line 16: Line 16:
===Shell===
===Shell===


{{expand|scope=Section|Add information about other nitrokey devices}}
Depending on your Nitrokey device, there are different CLI applications to interact with it.


Depending on your Nitrokey device, there are different CLI applications to interact with it.
* {{nixos:package|nitrocli}} (CLI) and {{nixos:package|nitrokey-app}} (GUI) for ''Nitrokey Pro'' and ''Nitrokey Storage''
</translate>
* {{nixos:package|pynitrokey}} (CLI) and {{nixos:package|nitrokey-app2}} (GUI) for ''Nitrokey 3''.


<translate>
{{info|You will not be able to interact with Nitrokey devices unless you include appropriate udev rules on your system or have elevated privileges.}}
==== Nitrokey 3 ====


For Nitrokey3, you can use the {{nixos:package|pynitrokey}} with its included <code>nitropy</code> program.
Not that you still need superuser rights if the {{nixos:package|nitrokey-udev-rules}} are not set up on your system.
</translate>
</translate>
{{code|lang=sh|
nix shell nixpkgs#pynitrokey
sudo nitropy
}}


<translate>
<translate>