Skip to content

Commit

Permalink
some identification of a long dead coffee machine
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Feb 5, 2024
1 parent 1fea1b6 commit 6566021
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/cmdhfmfu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ static int ulev1_print_signature(uint64_t tagtype, uint8_t *uid, uint8_t *signat
{"NXP Public key", "04A748B6A632FBEE2C0897702B33BEA1C074998E17B84ACA04FF267E5D2C91F6DC"},
{"NXP Ultralight Ev1", "0490933BDCD6E99B4E255E3DA55389A827564E11718E017292FAF23226A96614B8"},
{"NXP NTAG21x (2013)", "04494E1A386D3D3CFE3DC10E5DE68A499B1C202DB5B132393E89ED19FE5BE8BC61"},
{"MIKRON Public key", "04f971eda742a4a80d32dcf6a814a707cc3dc396d35902f72929fdcd698b3468f2"},
{"MIKRON Public key", "04F971EDA742A4A80D32DCF6A814A707CC3DC396D35902F72929FDCD698B3468F2"},
};

// https://www.nxp.com/docs/en/application-note/AN13452.pdf
Expand Down Expand Up @@ -1532,6 +1532,12 @@ static mfu_identify_t mfu_ident_table[] = {
ul_ev1_pwdgen_def, ul_ev1_packgen_def,
NULL
},
{
"Bonverde Coffe card", "0004030101000B03",
18, 4, "644B05AA",
ul_ev1_pwdgen_def, ul_ev1_packgen_def,
NULL
},
{NULL, NULL, 0, 0, NULL, NULL, NULL, NULL}
};

Expand Down

0 comments on commit 6566021

Please sign in to comment.