mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ht2crack5: faster test
This commit is contained in:
parent
077b156b2f
commit
4df2727ab7
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ while true; do
|
|||
HT2CRACK5UID=12345678
|
||||
HT2CRACK5KEY=AABBCCDDEEFF
|
||||
# The speed depends on the nRaR so we'll use two pairs known to work fast
|
||||
HT2CRACK5NRAR="6F901EE0 3AC77442 E5F99B3C 055B29BE"
|
||||
# Order of magnitude to crack it: ~45s -> tagged as "slow"
|
||||
HT2CRACK5NRAR="71DA20AA 7EFDF3FA 2A4265F9 59653B07"
|
||||
# Order of magnitude to crack it: ~12s on 1 core, ~3s on 4 cores -> tagged as "slow"
|
||||
if ! CheckExecute slow "ht2crack5 test" "cd $HT2CRACK5PATH; ./ht2crack5 $HT2CRACK5UID $HT2CRACK5NRAR" "Key: $HT2CRACK5KEY"; then break; fi
|
||||
|
||||
echo -e "\n${C_BLUE}Testing ht2crack5gpu:${C_NC} ${HT2CRACK5GPUPATH:=./tools/hitag2crack/crack5gpu/}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue