RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.63k stars 981 forks source link

Fix a few mistakes in Wiegand encodings #2414

Closed jmichelp closed 2 days ago

github-actions[bot] commented 3 days ago

You are welcome to add an entry to the CHANGELOG.md as well

iceman1001 commented 2 days ago

Nice catches..

interested in how you figured out the indala 27?

jmichelp commented 2 days ago

If I remember correctly, this one was discovered by ensuring that Decoding(Encoding(X)) = X :)

iceman1001 commented 2 days ago

hm... Should make a regression test for that :) :)