micolous
micolous
FYI, [I've got a branch where I implemented "reader mode"](https://github.com/micolous/metrodroid/tree/reader-mode), because I was trying to add support for cards served by Android HCE. It's somewhat usable. That might be useful...
I had this problem on macOS Catalina 10.15.6, using OpenSSL 1.1.1g installed from Homebrew. (BTW, @Razi007, this would have been helpful to the project's developers to include in your initial...
It looks like this was a regression introduced in 971d1cb48212cfce16e2db7fb86eff82e1c94e4a, because it changed `pattern` from "source 2" to "source 0". Some of our case designs for Opsis call the onboard...
I'm interested in very simple, device-level controls. I think #436 is asking about than mixing audio sources from different applications. Device-level mixer controls is fairly straight forward to implement, and...
Unfortunately I'm providing some information a little late for GSoC 2014, but some useful information I think none the less, if someone wants to work on this. I have several...
Another speedhump with Zookeepr not outlined above is that different events tend to fork it every 12 months, work on it on their own, and then very occasionally merge back...
I had a chat with phcoder who mentioned there are some old DESFire cards which don't respond to ISO7816-4 SELECT commands. Digging deeper, [it's also possible to modify the AID...
I haven't found a USB HID token that is _broken_ by this issue, but I only have Yubico keys to test with. Given the specification authors include Google and Yubico...
That's a fair point; however FIDO 1.0 _also_ doesn't mention Le for extended form, so if they rely on Lc being always present, the correct `(CLA)00 (INS)03 (P1)00 (P2)00 (Le)00...
Trying to come up with a simple test with authenticator-rs was too hard for me, because there were too many levels of abstraction. [I ended up writing a test program](https://github.com/micolous/fido-hid-tester)...