1K Mifare Card
-
I am writing to a 1K Mifare Card (RFID) in my windows application. How can I secure/personalize/encrypt this card so that only my application can read and write the data over it. Thank You
-
I am writing to a 1K Mifare Card (RFID) in my windows application. How can I secure/personalize/encrypt this card so that only my application can read and write the data over it. Thank You
Hi, I am working in the same side. If you get any solution please inform me. One thing we can do is to make an encryption decryption class for the data. before storing the data to the tag you must convert it through some algorithm. For Example you can reverse the order of bits in each byte before storing to the tag. You must have to reverse the bytes again when you will read from the tag. I am going through the different Issue. I am trying to store the data of 1433 bytes in 1K. if you have any idea of compressing the bytes please share that. Can we use the block 3 of each sector. I don't need the password. How can I override that. Thank You. Regards