Skip to content

Commit 2de5213

Browse files
authored
Merge pull request #2747 from Eltrick/stylise-dormakaba
Stylise 'Dorma Kaba' -> 'dormakaba' and 'SAFLOK' -> 'Saflok'
2 parents f8abfc0 + d2c198a commit 2de5213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/cmdhfmf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9818,7 +9818,7 @@ static int CmdHF14AMfInfo(const char *Cmd) {
98189818
}
98199819

98209820
if (e_sector[1].foundKey[MF_KEY_A] && (e_sector[1].Key[MF_KEY_A] == 0x2A2C13CC242A)) {
9821-
PrintAndLogEx(SUCCESS, "Dorma Kaba SAFLOK detected");
9821+
PrintAndLogEx(SUCCESS, "dormakaba Saflok detected");
98229822
}
98239823

98249824
} else {

client/src/cmdhfmfu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static uint8_t default_aes_keys[][16] = {
6868
{ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }, // all FF
6969
{ 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF }, // 11 22 33
7070
{ 0x47, 0x45, 0x4D, 0x58, 0x50, 0x52, 0x45, 0x53, 0x53, 0x4F, 0x53, 0x41, 0x4D, 0x50, 0x4C, 0x45 }, // gemalto
71-
{ 0x56, 0x4c, 0x67, 0x56, 0x99, 0x69, 0x64, 0x9f, 0x17, 0xC6, 0xC6, 0x16, 0x01, 0x10, 0x4D, 0xCA } // Virtual Dorma Kaba
71+
{ 0x56, 0x4c, 0x67, 0x56, 0x99, 0x69, 0x64, 0x9f, 0x17, 0xC6, 0xC6, 0x16, 0x01, 0x10, 0x4D, 0xCA } // Virtual dormakaba
7272
};
7373

7474
static uint8_t default_3des_keys[][16] = {

0 commit comments

Comments
 (0)