Merge pull request #2664 from piotrva/hf-mf-ultimatecard-script-max-rw-blocks
[RRG-proxmark3.git] / tools / hitag2crack / crack5 / README.md
blob5c900122b0e3749c338d1a6c4635137a1354d667
1 ht2crack5
5 Build
6 -----
8 ```
9 make clean
10 make
11 ```
13 Run
14 ---
16 You'll need just two nR aR pairs.  These are the
17 encrypted nonces and challenge response values.  They should be in hex.
19 ```
20 ./ht2crack5 <UID> <nR1> <aR1> <nR2> <aR2>
21 ```
23 UID is the UID of the tag that you used to gather the nR aR values.