mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
defaults
This commit is contained in:
parent
063b393eba
commit
ffb8ad9873
1 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,8 @@ const char *g_mifare_plus_default_keys[] = {
|
|||
"000102030405060708090a0b0c0d0e0f",
|
||||
"0102030405060708090a0b0c0d0e0f10",
|
||||
"00010203040506070809101112131415",
|
||||
"01020304050607080910111213141516"
|
||||
"01020304050607080910111213141516",
|
||||
"404142434445464748494a4b4c4d4e4f",
|
||||
"303132333435363738393a3b3c3d3e3f",
|
||||
};
|
||||
size_t g_mifare_plus_default_keys_len = ARRAYLEN(g_mifare_plus_default_keys);
|
||||
|
|
Loading…
Reference in a new issue