Skip to content

Commit a0a114f

Browse files
authored
Merge pull request #3344 from team-orangeBlue/mfp_defkeys
Add 2 keys for Mifare Plus SE
2 parents 7135bba + dff97c8 commit a0a114f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
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...
44

55
## [unreleased][unreleased]
6+
- Added two Mifare Classic keys into extensive dictionary which are hardcoded into Mifare Plus SE (@team-orangeBlue)
67
- Fixed `hf mfp rdbl` when using "read multiple" blocks by decrypting the entire buffer instead of one block only (@team-orangeBlue)
78
- Improved `hf mfp dump` execution speed by removing crypto+card restarts, approx. 40% faster (@team-orangeBlue)
89
- Added support for non-first authentication in Mifare Plus (@team-orangeBlue)

client/dictionaries/mfc_default_keys.dic

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ D01AFEEB890A
3232
# 17 B
3333
4B791BEA7BCC
3434
#
35+
# Mifare Plus SE post-1K blocks
36+
# Key A
37+
4823741386AB
38+
# Key B
39+
326587C3D17F
40+
#
3541
# QL88 keys
3642
# 17 A/B
3743
2612C6DE84CA

0 commit comments

Comments
 (0)