SCL011 contactless Card Reader and Mifare 1k(classic) authentification -


i have scl011 card reader , need read/write mifare 1k cards. can't on authentification step....

card reader should handle mifare 1k cards:

  • antenna iso/iec 14443 compliant design

  • baudrate 848 kbps

  • supported standards:
  • iso/iec 14443-4 typ & b
  • mifare: classic 1k , 4k, desfire, ultralight, mifare plus
  • felica™
  • nfc forum tag type 1, 2, 3, 4
  • iclass uid*

i have updated latest firmware (1.20) http://support.identive-group.com/dfu_fw.php?os=windows&readerno=85

card connected , can read uid of card ff ca 00 00 00 have tried read sector directly without authorization ff b0 00 00 10 , message:

69 82 : command not allowed. security status not satisfied.

it means need authorize myself, if try ff 82 00 00 06 ff ff ff ff ff ff or other standard keys back:

69 88 : command not allowed. sm data objects incorrect.

funny thing is, can read , write card without problems nexus , lumia phones...

what i'm doing wrong? help!

keys have tried:

* ff 82 00 00 06 ff ff ff ff ff ff * ff 82 00 00 06 a0 b0 c0 d0 e0 f0 * ff 82 00 00 06 a1 b1 c1 d1 e1 f1 * ff 82 00 00 06 a0 a1 a2 a3 a4 a5 * ff 82 00 00 06 b0 b1 b2 b3 b4 b5 * ff 82 00 00 06 4d 3a 99 c3 51 dd * ff 82 00 00 06 1a 98 2c 7e 45 9a * ff 82 00 00 06 00 00 00 00 00 00 * ff 82 00 00 06 d3 f7 d3 f7 d3 f7 * ff 82 00 00 06 aa bb cc dd ee ff 

solution: please google/search "multiprotocol contactless mobile reader, reference manual" or "scl01x multiprotocol contactless stationary reader". nice references start scl reader's apdus. there examples inside.

answer: in case p2 value in apdu command incorrect , got sw1sw2 = 0x6988 - "key number not valid".

where p2 can have following values (please refer mifare documentation nxp further details on key , key b): • 0x60 use key • 0x61 use key b  

Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -