Slots documentation
Number of passkeys/otp/passwords and how they are roughly calculated with dynamic memory allocation should be documented somewhere.
- this belongs into
nitrokeys/nitrokey3/as this is specific to the device - let's call the page
Available Space(to be improved, please suggest something) - this will be the page to collect all information about available slots for all the apps on the nk3
@sosthene-nitrokey @robin-nitrokey please correct me
-
fido2
- unlimited "non-discoverable" keys
- current hard-max discoverable keys / passkeys:
2010 - dynamic calculation of remaining passkeys (maybe how?)
- hard-max will be lifted soon for more
-
Passwords:
- 50 max entries
- one entry can contain login, password, comment, otp
- will grow soon
@daringer
Secrets limit is 50: https://github.com/Nitrokey/nitrokey-3-firmware/blob/8bfc4fb63d8f2004368a089bdb9900bb03902ce2/components/apps/src/lib.rs#L4
FIDO limit is 10: https://github.com/Nitrokey/nitrokey-3-firmware/blob/8bfc4fb63d8f2004368a089bdb9900bb03902ce2/components/apps/src/lib.rs#L971
This has been done with #399 ?
AFAIS the Passwords limit is still missing.