> Where can I download any tools to generate
> MF_Password?
> I find nothing in the Philips website.
> Or I should implement a generation function within
> the applet?
>
> Great thanks! ^_^
u can write ur own code to change MF password,
but before write to mifare ,u have to authenticate to mifare.
Default password is FFFFFFFFFFFF
Divyesh.
Hi Divyesh,
Thanks for your response!
But I still can not understand what you mean.
I reference: http://www.nxp.com/acrobat/other/identification/067512.pdf
I only have JCOP41 eclipse help. According to the API
readWriteMifare(short mode, byte[] data, short offset, short mifareBlocks)
If I put the MF_password into the byte[] data, can I read/write mifare?
After I run the JCOP applet and trigger the mifare access with sending APDU on JCOP shell command, 9000 is replied.
But my access does not success.
Am I wrong? Or where can I reference sample applet to access mifare?
Regards,
trylans
hi Jaguar77 ,
It's very easy,by your encrypt page try it in this way
Message = 0000000000000000 (Hexadecimal)
DES Key/Triple DES Key Part A = 007EFEFEFEFEFEFE
Triple DES Key Part B = FEFEFEFEFEFE7E00
CLICK Triple DES Encrypt
and Output message will be e73afe450757540b (Hexadecimal)