A contactless smartcard is a smartcard with a contactless communication interface in addition to or instead of a contact smartcard interface.
What APDU command gets 7 byte of card ID? I use T=CL (ISO7816) pritocol with ISO14443 layer. On detect card …
smartcard apdu mifare contactless-smartcardAfter reading a lot of questions, i decided to post this one. I read that stock version of android does …
android nfc apdu hce contactless-smartcardI want to read a RFID card through NFC, the card is from the local transportation system in Bogotá, Colombia. …
android nfc rfid apdu contactless-smartcardbyte[] APDUCommand = { (byte) 0x00, // CLA Class (byte) 0xA4, // INS Instruction (byte) 0x04, // P1 Parameter 1 (byte) 0x00, // P2 Parameter 2 (byte) 0x0…
android nfc apdu contactless-smartcard emvI am trying to communicate between PN532 and HCE on Android with ISO 7816-4 command, I am successfully select the …
android nfc apdu hce contactless-smartcardUsing a Nexus 4 and the latest Android API level 18 to communicate with a Mifare DESFire EV1 AES tag is giving …
android nfc mifare apdu contactless-smartcardI have a MIFARE 1K tag. Some blocks can be written/read using authentication key A, while other block can …
authentication nfc rfid mifare contactless-smartcardI'm using the SMARTCARD API from CardWerk. How can I change the default key ((byte)0xFF, (byte)0xFF, (byte)0xFF, (…
rfid mifare apdu smartcard-reader contactless-smartcardI am making an app using NFC tags and I have to prevent the NFC tag from cloning. I have …
android security clone nfc contactless-smartcardI'm trying to read some information out of an ISO/IEC 14443 Type A card. After analysing the card with the …
android nfc mifare apdu contactless-smartcard