You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following description from #85:
Functional changes:
OTP secret extended to 40 Bytes
Authorization changed from pre-authenticated CRC to temporary password in HID report
OTP counter transferred as 64bit unsigned Integer instead of C-String
OTP counter is retained when editing slots
Temporary passwords cleared through lock_device operation
HOTP verification functionality added
Further changes:
OTP handlng now uses struct format for message parsing and passing data around
Replace optimizable memset with non-optimizable memset_safe function for critical data
Additional:
Smart card counters update on Pro request
Fixes#85Fixes#70Fixes#64Fixes#26Fixes#22Fixes#23
Recently new authorization mechanism has been introduced to NK Pro. Briefly it consist of:
Links:
The text was updated successfully, but these errors were encountered: