From 6f89ad50f888bd98223b7c4528fb0911abf0c8ab Mon Sep 17 00:00:00 2001 From: Roel Verdult Date: Fri, 24 Sep 2010 16:29:17 +0000 Subject: [PATCH] add key for democards --- examples/nfc-mfclassic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/nfc-mfclassic.c b/examples/nfc-mfclassic.c index cfa6de9..d3460e8 100644 --- a/examples/nfc-mfclassic.c +++ b/examples/nfc-mfclassic.c @@ -56,7 +56,8 @@ static byte_t keys[] = { 0x4d, 0x3a, 0x99, 0xc3, 0x51, 0xdd, 0x1a, 0x98, 0x2c, 0x7e, 0x45, 0x9a, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xab, 0xcd, 0xef, 0x12, 0x34, 0x45 }; static size_t num_keys = sizeof (keys) / 6;