Le 18 janv. 2015 à 14:07, Henrik Brautaset Aronsen <henrik@synth.no> a écrit :
Is it possible to generate a key and store it on an NFC tag, so that it shows up with "sc_auth hash"?
I'm trying to login to OSX using NFC using info from http://support.apple.com/kb/TA24244. The tag I have is a 13.56MHz ISO14443A & NFC Type 2 compliant NTAG216 RFID chipset, and I'm using a ACS ACR122T USB reader.
Which driver did you use for that?
By default, PC/SC Lite don’t know how to talk with cards, you need a driver for that.
For what I’ve see, a project is started called ifdnfc to bring this functionality and support NFC card for PKCS11 via OpenSC.
But the source code isn’t really active and I don’t know if it work now.