v1.3.0
Pre-release
Pre-release
This release is currently in internal testing, signed binaries to be used with nitropy will be uploaded within the next days
This release adds support for One-Time Passwords (OTP) via the Secrets App.
This update requires pynitrokey v0.4.35 or newer.
Warning: On Nitrokey 3 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.
- 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 3 Mini, see the migration warning above.
- If you have used the OTP app 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.
Applications
- admin-app v0.1.0-nitrokey.2
- fido-authenticator v0.1.1 (FIDO2)
- secrets v0.8.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)