Nitrokey / nitrokey-websmartcard

Nitrokey WebSmartCard Specification and Documentation
28 stars 3 forks source link

Desired characteristics of derived keys #18

Open jans23 opened 4 years ago

jans23 commented 4 years ago

Relates to #15.

Questions

key_index (e.g. 1 byte)

key_handle (e.g. 32 byte)

Unless decided, the device could use a key handle between 1 and 32 byte, which covers both options above.

jans23 commented 4 years ago

@onlykey what do you think?

szszszsz commented 4 years ago

This would provide an opportunity to implement a 'hidden key' (similar to 'hidden volume' in 'encrypted volume') by providing the key handle by the user in a form of passphrase, and calculating the PBKDF2 of it (resulting of the 32-bytes key_handle).