tock / book

Tock Hands-on Guide
MIT License
9 stars 11 forks source link

Address Feedback from TockWorld7 USB Security Key Tutorial #48

Open lschuermann opened 5 days ago

lschuermann commented 5 days ago

Participants have given us the following feedback on the USB security key tutorial hosted at TockWorld7:

I think that these are all good remarks, and we should address them before hosting the next iteration of this tutorial. We may want to brainstorm potential alternatives to the Encryption Oracle component here on this issue.

bradjc commented 4 days ago

It would be helpful if we had a plugin for the book which would somehow differentiate expository text from tutorial text.

bradjc commented 4 days ago

One thought would be to have the kernel portion implement the same hotp functionality but in the kernel. Userspace would still handle button presses but would just request the next code from the kernel.

lschuermann commented 4 days ago

One thought would be to have the kernel portion implement the same hotp functionality but in the kernel. Userspace would still handle button presses but would just request the next code from the kernel.

Interesting idea! Slightly skeptical of that as