chg: added default keys

This commit is contained in:
iceman1001 2017-12-09 07:15:54 +01:00
parent c8e2c4e759
commit c0d1fdff75
2 changed files with 12 additions and 2 deletions

View file

@ -1,10 +1,14 @@
# #
# Default Keys as already in Proxmark.exe: # Mifare Default Keys
# -- iceman fork version --
# -- contribute to this list, sharing is caring --
#
ffffffffffff,//Defaultkey(firstkeyusedbyprogramifnouserdefinedkey) ffffffffffff,//Defaultkey(firstkeyusedbyprogramifnouserdefinedkey)
000000000000,//Blankkey 000000000000,//Blankkey
a0a1a2a3a4a5,//NFCForumMADkey a0a1a2a3a4a5,//NFCForumMADkey
b0b1b2b3b4b5, b0b1b2b3b4b5,
c0c1c2c3c4c5, c0c1c2c3c4c5,
d0d1d2d3d4d5,
aabbccddeeff, aabbccddeeff,
4d3a99c351dd, 4d3a99c351dd,
1a982c7e459a, 1a982c7e459a,
@ -486,4 +490,8 @@ f7a39753d018,
# data from # data from
8697389ACA26, 8697389ACA26,
1AB23CD45EF6, 1AB23CD45EF6,
013889343891, 013889343891,
#
#
0000000018de,
16ddcb6b3f24,

View file

@ -21,6 +21,8 @@ static const uint64_t g_mifare_default_keys[] =
0x000000000000, // Blank key 0x000000000000, // Blank key
0xa0a1a2a3a4a5, // NFCForum MAD key 0xa0a1a2a3a4a5, // NFCForum MAD key
0xb0b1b2b3b4b5, 0xb0b1b2b3b4b5,
0xc0c1c2c3c4c5,
0xd0d1d2d3d4d5,
0xaabbccddeeff, 0xaabbccddeeff,
0x1a2b3c4d5e6f, 0x1a2b3c4d5e6f,
0x123456789abc, 0x123456789abc,