This release adds support for One-Time Passwords (OTP).
This update requires pynitrokey v0.4.35 or newer.
Warning: On Nitrokey 3A Mini devices, the internal filesystem will be migrated during the update.
- Migration will only work if your internal filesystem does not contain more than 45 Resident Keys. If you have more please remove some before updating.
- After the update it might take up to 3 minutes for the first boot.
Never unplug the device while the LED is active!
Known issues
- To update, you have to use
pynitrokey
v0.4.35 or newer. - For the Nitrokey 3A Mini, see the migration warning above.
- If you have used One-Time Passwords in the alpha firmware, you should reset it before updating.
- Directly after the update,
nitropy nk3 test
ornitropy nk3 status
may report an IFS or EFS error. This is expected and should be fixed by rebooting the device. Please open an issue or contact support if the error still occurs after a reboot. - This firmware does not include the OpenPGP Card. We will release a new v1.3.1 alpha version with OpenPGP Card soon. It is not possible to downgrade to an old alpha after installing this firmware.
Functions
- admin-app v0.1.0-nitrokey.2
- fido-authenticator v0.1.1 (FIDO2)
- secrets v0.9.0 (OTP)
Changed
Features
- Add secrets app (#186), implementing OTP functionality
- Return full version in status command (#172)
- Return storage information in status command (#183)
- Reduce risk of data loss by adding journaling to the internal flash (#160)
Changed
- LPC55: use the embedded runner (#97)