Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I was emulating the work of the transponder (manchester 40 bit) choose 5 bytes CRC(?) It is not CRC8 (((
00000000 A6
00000001 A1
00000002 A8
00000003 AF
00000004 BA
00000005 BD
00000006 B4
00000007 B3
00000008 98
00000009 99
0000000A 90
0000000B 97
0000000C 82
0000000D 85
0000000E 8C
0000000F 8B
00000100 B3
00010000 CD
01000000 B0
Offline
it's in these moments my experimental work on implementing the reveng engine into the PM3 client would be at great value.
Offline
This task was easy)
USE: CRC-8-CCITT (x8 + x2 + x + 1)
https://ghsi.de/CRC/index.php?Polynom=1 … e=01000000
REZALT : 0x16
Final XOR = 0xA6
CRC=0xB0
https://ghsi.de/CRC/index.php?Polynom=1 … e=00010000
REZALT : 0x6B
Final XOR = 0xA6
CRC=0xCD
Offline
5 bit request and 40bit answer + preamble
Offline
Do you know how to change id of this chip? hitag 2 was easy but pro cant change it in config.
Offline
Pages: 1