Szczepan Zalega
Szczepan Zalega
- Application version: v1.1 - Issue occurrency: always ### Expected behaviour User is informed about possibility that device contains invalid AES key and needs its regeneration. Such case could occur...
Source: https://github.com/Nitrokey/nitrokey-app/issues/110#issuecomment-301554781 Author: @davesteele Copy: > In addition, a signature of the source tar file would be [automatically checked](https://wiki.debian.org/debian/watch#Cryptographic_signature_verification) by the deb update process. > Debian packaging includes a '[watch](https://www.debian.org/doc/manuals/maint-guide/dother.en.html#watch)'...
Following patch should fix #67 (crash on 1kB ping message). Changes: - Do not handle `PING` as a custom command (only on FINAL stage firmware). - Add new command for...
One of the Solokey reviewers recommends avoiding direct RNG use, and instead run its result as seed through secure random generator algorithm. The author has not listed disadvantages of the...
Hi! In [USB-A_schematic.pdf] there seems to be a typo in USB plug traces. Signal wires should be alternate to power, not adjacent. Is: `5V, D+, D-, GND`. Should be: `5V,...
Document minimum compiler version Details: - https://support.nitrokey.com/t/nitrokeypro2-build-failure/3980/3
Add HMAC for the Password Safe's AES key to prevent showing invalid data after GnuPG factory reset
Issue "Lock Device" command before "Factory Reset" execution, to clear the state. Otherwise it can contain corrupted data, and device could be perceived as broken by the end-user.
Support more OTP slots, e.g. 32 or more. Details: https://support.nitrokey.com/t/how-many-totp-hotp-secrets-can-a-nitrokey-store/2445/3
Device hangs, while using smart card features locally (e.g. PIN validation), and just after that `gpg2 --decrypt`. Reproduces on Pro v0.7 (OPC2), v0.10 (OPC3). Details: https://github.com/Nitrokey/libnitrokey/issues/137