kivijakola / hitager

Other
61 stars 20 forks source link

Please add Hitag S Support #14

Open morawekj opened 1 year ago

morawekj commented 1 year ago

Ther a lot of application for Hitag S Tansponders, where I do some work. None of the commercial availble Programmer support them with crypto mode. https://www.nxp.com/docs/en/data-sheet/HTSICH56_48_SDS.pdf http://www.proxmark.org/files/Documents/125%20kHz%20-%20Hitag/HitagS.V11.pdf

Protocol is very simelar to Hitag 2

tusker-tools commented 1 year ago

Would be a nice feature for Hitager for sure! The first step would be the implementation of Hitag S in plain (no crypto) mode. Do you have any idea where to get the required transponder?

Problem for implementation of crypto mode is that there is no documentation about it. The only info I could find is a speech at CCC congress from 2015

morawekj commented 1 year ago

We allready do some research and updatet the Arduino code for the Hitag S anticollision UID select. And also non crypto Hitag S read/write. Proxmark source will be helped, to implement crypto mode. Friend of me but this on his git. https://github.com/chstaudte/hitager

Exe is missing, he will it put on later

tusker-tools commented 1 year ago

I already had a look into chstaudte's fork. Really amazing work ongoing there! @chstaudte do not hesitate to create a pull request!

tusker-tools commented 1 year ago

We allready do some research and updatet the Arduino code for the Hitag S anticollision UID select. And also non crypto Hitag S read/write. Proxmark source will be helped, to implement crypto mode. Friend of me but this on his git. https://github.com/chstaudte/hitager

Exe is missing, he will it put on later

@morawekj , could you please give a brief status update on the progress of the HITAG S implementation of your frind @chstaudte? Is it planned to continue the develpment? I guess it would be helpful to pull his progress into the main repository, even if only parts of the functionality were implemented. I'm looking forward to see a pull request here ;-)