proxmark3/tools/hitag2crack/crack5gpu
Philippe Teuwen b3f84bf7b3 make style
2020-04-29 19:41:45 +02:00
..
.gitignore ht2 common files 2020-04-04 14:32:03 +02:00
ht2crack5.c make style 2020-04-29 19:41:45 +02:00
ht2crack5kernel.cl add new ht2 tools, thanks to anonymous donator 2020-04-04 14:03:21 +02:00
Makefile ht2 cleaning tools 2020-04-04 15:09:57 +02:00
README.md add new ht2 tools, thanks to anonymous donator 2020-04-04 14:03:21 +02:00

ht2crack5gpu

Build

It requires an OpenCL framework.

If required, edit Makefile and adjust INCLUDE and LIBS directives to your setup.

make clean
make

Run

You'll need just two nR aR pairs. These are the encrypted nonces and challenge response values. They should be in hex.

./ht2crack5gpu <UID> <nR1> <aR1> <nR2> <aR2>

UID is the UID of the tag that you used to gather the nR aR values.