I can't authenticate the sector with "key A" after I write new content to the sector trailer block.
My tag is MIFARE Classic 1K and I use "MF_API.dll".
I do this:
- On a new tag with default config, I authenticate with "key A" and value "FFFFFFFFFFFF", and the result is success.
- Then, I write
AAAAAAAAAAAA078069BBBBBBBBBBBB
to the sector trailer. - When I then try to authenticate with "key A" and value "AAAAAAAAAAAA", it fails. The same thing happens when I try to authenticate with "key B" and value "BBBBBBBBBBBB".
Where is my mistake?
And my second question: Is there any free software for writing and reading on MIFARE Classic 1K tags?