From 4df2727ab768906745bbd6f2df3d47a4445e5e5f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 23 May 2020 23:47:33 +0200 Subject: [PATCH] ht2crack5: faster test --- tools/pm3_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pm3_tests.sh b/tools/pm3_tests.sh index 71a754080..ee554b01b 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -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/}"