From fb05042b719a001ac0934ad588361ca003c25b9c Mon Sep 17 00:00:00 2001 From: noncetonic Date: Fri, 9 Feb 2018 10:12:40 -0800 Subject: [PATCH 1/2] Adds default PicoPass 2k Exchange Key PicoPass 2k doc describes loading Kd and Kc via their "encrypted values" composed of the default exchange key XOR'd with Kd/Kc --- client/default_iclass_keys.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/default_iclass_keys.dic b/client/default_iclass_keys.dic index 05e06c980..c9ea825e5 100644 --- a/client/default_iclass_keys.dic +++ b/client/default_iclass_keys.dic @@ -3,7 +3,7 @@ # -- iceman fork version -- # -- contribute to this list, sharing is caring -- AEA684A6DAB23278 -- AA1 -7665544332211000 -- key1 +7665544332211000 -- key1/Kc from PicoPass 2k documentation 0123456789ABCDEF -- SAGEM 5b7c62c491c11b39 -- from loclass demo file. F0E1D2C3B4A59687 -- Kd from PicoPass 2k documentation From b3c6103f9263895e8a3088a6723b2b7e82d0399a Mon Sep 17 00:00:00 2001 From: noncetonic Date: Fri, 9 Feb 2018 11:24:25 -0800 Subject: [PATCH 2/2] Adds key Actually adds the key... --- client/default_iclass_keys.dic | 1 + 1 file changed, 1 insertion(+) diff --git a/client/default_iclass_keys.dic b/client/default_iclass_keys.dic index c9ea825e5..0f7ec2d2c 100644 --- a/client/default_iclass_keys.dic +++ b/client/default_iclass_keys.dic @@ -7,3 +7,4 @@ AEA684A6DAB23278 -- AA1 0123456789ABCDEF -- SAGEM 5b7c62c491c11b39 -- from loclass demo file. F0E1D2C3B4A59687 -- Kd from PicoPass 2k documentation +5CBCF1DA45D5FB4F -- PicoPass Default Exchange Key