mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-15 01:23:04 -07:00
5 lines
97 B
Python
5 lines
97 B
Python
|
|
lrc= 0x00
|
|
for i in range(5):
|
|
lrc ^= 42
|
|
print('\n final LRC XOR byte value: %02X\n' % (lrc))
|