Open
Description
Is your feature request related to a problem? Please describe.
I have a Hitag AES chip (PCF7939MA). I attempt to do a read and get:
proxmark3> lf hitag info
#: DEBUG: Error - failed getting UID
proxmark3> lf hitag reader 26
#: DEBUG: Error - hitag failed
On the first try it takes a second and seems like it is doing an actual read. After that it returns instantly with the same error.
I am not sure if this is a bug or it is because the Hitag AES protocol is not implemented. If it is just the protocol being wrong, I'd be happy to implement it if I could find a spec...
Describe the solution you'd like
Get the Hitag AES protocol implemented (happy to do it, not sure where to start).