mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 08:38:35 +08:00
textual
This commit is contained in:
parent
761860656e
commit
b91c4977af
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
|||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Change - updated public keys info (@anon)
|
||||
- Change - mfc default keys removed dublicates (@iceman1001)
|
||||
. Change - mfc default keys got new entries found on TagInfo app (@anon)
|
||||
- Added `hf mfu ndef` - read and decode NDEF Type2 messages (@iceman1001)
|
||||
|
|
|
@ -137,7 +137,6 @@ static int desfire_print_signature(uint8_t *uid, uint8_t *signature, size_t sign
|
|||
0xDD, 0x36, 0x59, 0x1B, 0x1F, 0xB3, 0x4F, 0xCF, 0x3D
|
||||
},
|
||||
|
||||
// DESFire Ev2 - wanted
|
||||
// DESFire Ev3 - wanted
|
||||
|
||||
// NTAG42x 1-3 NTAG 424 DNA TagTamper, NTAG426 TT
|
||||
|
@ -162,7 +161,7 @@ static int desfire_print_signature(uint8_t *uid, uint8_t *signature, size_t sign
|
|||
0x9A, 0x1C, 0x55, 0x7F, 0xFA, 0xCD, 0x34, 0xC6, 0x2E
|
||||
},
|
||||
|
||||
// NTAG42x 4 - NTAG426
|
||||
// NTAG42x 4 - NTAG426, DESFire Ev2
|
||||
{
|
||||
0x04, 0xB3, 0x04, 0xDC, 0x4C, 0x61, 0x5F, 0x53,
|
||||
0x26, 0xFE, 0x93, 0x83, 0xDD, 0xEC, 0x9A, 0xA8,
|
||||
|
@ -210,9 +209,8 @@ static int desfire_print_signature(uint8_t *uid, uint8_t *signature, size_t sign
|
|||
case 1:
|
||||
publickeyname = "NTAG42x 1-3 NTAG 424 DNA TagTamper, NTAG426 TT";
|
||||
break;
|
||||
|
||||
case 3:
|
||||
publickeyname = "NTAG42x 4 - NTAG426";
|
||||
publickeyname = "NTAG42x 4 - NTAG426, DESFire Ev2";
|
||||
break;
|
||||
case 4:
|
||||
publickeyname = "NTAG42x 3 - NTAG 424 DNA";
|
||||
|
|
Loading…
Reference in a new issue