On the GitHub for this it says
"FidoU2F Javacard Applet for
JCIDE users (tested with JC30M48CR) "
However to initialize the applet with a attestation Certificate you need to do a send that is 281 bytes long.
According to
https://javacardos.com/javacardforum/vi ... .php?t=924
"APDU buffer size: 261 bytes" which is too small
The send just hangs PyADPUtool
So I'm guessing "tested with JC30M48CR" wasn't very thorough?....
Windows 10 1903 recognizes the card with the applet via NFC But spits and error. Presumably because the attestation Certificate isn't set.
Also under Windows 10 1903 you need to run JCOSPanel as administrator because Windows will block any attempt to select the fido applet via its AID
I'm a javacard newbie. I want a full javacard fido2 applet so I'm looking at doing that myself and learn javacard along the way.