Sources - alternate impl #4
Replies: 2 comments
-
|
Cool! I think the design goals are a bit different, but it would be interesting if you wrapped your applet/emulator into a simple TCP server with a simple hex line protocol. I can put the minimalscaffolding for jcardsim (single file) into a gist if that would help. I usually do a self-contained executable for an applet that brings up simple server (TCP, websocket, depends on context) that hosts an emulated card. This was the applet could be tested/introspected with the help of currently available fido utility with the |
Beta Was this translation helpful? Give feedback.
-
|
It can already do that just fine using I don't build a "self-contained executable" but I'm not sure what benefit that would offer over a .cap and a java runscript. Unless there are no software FIDO2 tokens out there? Surely there must be one. Thanks for I hope that if you decide to finish your own implementation, mine is of some use to you. The FIDO2 standard has a moderate number of rough edges I had to work through. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, it's been around six months with no sources here, so I wrote a thing that does this:
https://github.com/BryanJacobs/FIDO2Applet
I'm not trying to steal your thunder, and I still hope you release this better-sounding implementation, but I really wanted to have my smartcards working in the modern world. So I wrote some spaghetti.
Maybe parts of it would be useful for you?
Beta Was this translation helpful? Give feedback.
All reactions