Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 556 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.4K Development
- 17 Developer Projects
- 139 Programming Languages
- 293.1K Development Tools
- 111 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 161 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 475 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
Mifare DESfire card Authentication!!!!!
Comments
-
Hello All
Could you give me Mifare DES Fire Features and Hints V1.0 document
at my email address [email protected]
because I cannot solve reading desfire ev1
using iso 14443
i already select the card an get the 7 digit serial number
and it done.
But when i am doing RATS command and APDU command it doesnt work.
I am using ACR120U reader and i Already succeess reading mifare philps 4k using the API.
But when i do it in the DESfire EV1 thats cannot worked
this are the steps that i done:
import acs.jni.ACR120U;
public class ConnectDesfire {
ACR120U deviceReadDesf;
byte rSerialNumber;
public ConnectDesfire()
{
deviceReadDesf = new ACR120U();
rSerialNumber = new byte[10];
short conn= deviceReadDesf.open(ACR120U.ACR120_USB1); // succsess
if(conn != 0) System.out.println("Error with code "+conn);
short valueSelect = deviceReadDesf.select(conn, new byte[1],
new byte[1], rSerialNumber); // Success
if(valueSelect != 0) System.out.println("Error with code "+valueSelect );
// rats
byte fsdi = 1 ;
byte atslen[] = new byte[1];
byte[] ats = new byte[16];
short resRats = deviceReadDesf.rATS(conn, fsdi, atslen, ats); // failed dont khow why error -3030
if(resRats != 0) System.out.println("Res Rats failed = " + resRats);
//apdu
byte rData[] = new byte[16];
xLen[0] = 0;
xData[0] = (byte) Integer.valueOf("60", 16).shortValue();
rLen[0] = 0;
rData[0] = 0;
short resAPDU=deviceReadDesf.xchAPDU(ACR120U.ACR120_USB1, true, xLen, xData, rLen, rData);
if(resAPDU !=0) System.out.println("Failed xchAPDU val= "+con);
// failed error -13.... sory i forgot the code
closeConnection(ACR120U.ACR120_USB1);
}
public static void main(String[] args)
{
ConnectDesfire a = new ConnectDesfire();
}
}
So could you share the document Mifare DES Fire Features and Hints V1.0 to me? -
hi all,
Can someone send me the Mifare DES Fire Features and Hints V1.0 ?
my email address is [email protected]
THanks alot!!
Kelvin -
Hi.
Send me please the Mifare DESFire Features and Hints V1.0 email address is green_troll(at)rambler.ru
best regards. -
Hi,
I need some help with mifare desfire application commands.
Can someone please send this document to me:
"Mifare DES Fire Features and Hints V1.0"
email: [email protected]
Thanks -
Hi,
I'm also interested in the document
"Mifare DES Fire Features and Hints V1.0"
Can someone give me a hint where to get it
or email it to me.
email: schinger(at)gmx.de
thanks -
can you please send me desfire documents on [email protected]
"Mifare DES fire Features and hints v1.0" also please -
Hi,
I need to acces a DESfire Card through the PC/SC interface, I can't find any usefull information.
It would be nice if somebody sends me the "Mifare DES Fire Features and Hints V1.0" document and some Information on which APDUs to use to s25534 (at) fh-aschaffenburg.de
regards lukas -
Hi choege, can you email any document about DESfire card? I need for my final project. I try search google but I didn't found "Mifare DES Fire Features and Hints V1.0". or something like that.
my email : suriva.25 at gmail dot com
Thank in advance
Suriva -
M094510 - Mifare DESFire Feature and Hints
M075040 - DESFire DataSheet
Both document will help you work on DESfire card. To apply the documents you should go through NXP's rep or Vendor who you got card from. They are not public document. -
HELLO,can someone please send this document: "Mifare DES Fire Features and Hints V1.0". on email [email protected]
Thanks
This discussion has been closed.