timmerk / libfreefare

Automatically exported from code.google.com/p/libfreefare
Other
0 stars 0 forks source link

How can i format mifare-classic card with dynamic key and how to change the default access bit. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Set of default keys  has been provided in mifare-classic-format.c and 
mifare-classic-write-ndef.c such as 
 MifareClassicKey default_keys_int[] = {
    { 0xff,0xff,0xff,0xff,0xff,0xff },
    { 0xd3,0xf7,0xd3,0xf7,0xd3,0xf7 },
....
I have 1k mifare classic tag,
instead of using that default set of keys, can i able to use keys dynamically 
that is user defined key while formatting and writing. Using the -k option. Is 
there any patch?

And after writing data's to the tag default access bit is changed. how can i 
set it to default access bit.

Original issue reported on code.google.com by sathyapr...@gmail.com on 25 Apr 2014 at 11:52

GoogleCodeExporter commented 9 years ago
Please use the forum and don't abuse the bug report system for personal 
questions
http://www.libnfc.org/community/

Original comment by yob...@gmail.com on 25 Apr 2014 at 5:37