hf mf fchk - output style
[RRG-proxmark3.git] / tools / hitag2crack / crack5gpu / README.md
blob292da2fc063a154b18fd675faabcbe5d33addde0
1 ht2crack5gpu
5 Build
6 -----
8 It requires an OpenCL framework.
10 If required, edit Makefile and adjust INCLUDE and LIBS directives to your setup.
12 ```
13 make clean
14 make
15 ```
17 Run
18 ---
20 You'll need just two nR aR pairs.  These are the
21 encrypted nonces and challenge response values.  They should be in hex.
23 ```
24 ./ht2crack5gpu <UID> <nR1> <aR1> <nR2> <aR2>
25 ```
27 UID is the UID of the tag that you used to gather the nR aR values.