I am using a Mifare classic 1k reader, and it comes with the default key A and B which is:
FFFFFFFFFFFF
Using the Key A to read and write works. but I want to change the keys.
Is there anyway to get the correct access bits for the sector and what is the format?
What I have done now is,
<newKey>+ access bits + <oldKEY>
212121212121078069FFFFFFFFFFFF
The access bits 078069
I got from reading block 7 of sector 1, which is like this:
000000000000FF078069FFFFFFFFFFFF
But there is error.
Are the access bits incorrect or is the format wrong?