From 3e53c3a5e7d7e70332843321782e248e491f21ba Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 14 Nov 2018 15:14:05 +0100 Subject: [PATCH] chg: some more default keys in the general list. --- client/mifaredefault.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/mifaredefault.h b/client/mifaredefault.h index 78713262c..400463eaf 100644 --- a/client/mifaredefault.h +++ b/client/mifaredefault.h @@ -36,7 +36,10 @@ static const uint64_t g_mifare_default_keys[] = 0x587ee5f9350f, 0xa0478cc39091, 0x533cb6c723f6, - 0x8fd0a4f256e9 + 0x8fd0a4f256e9, + 0x0000014b5c31, + 0xb578f38a5c61, + 0x96a301bce267 }; #endif