chg: optimization of iclass mac calculations on deviceside (@pwpiwi) see https://github.com/Proxmark/proxmark3/pull/861

chg: some textual
This commit is contained in:
iceman1001
2019-08-27 10:51:52 +02:00
parent 1e648088b1
commit 48d3802d35
5 changed files with 125 additions and 93 deletions

View File

@@ -3,7 +3,8 @@ 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]
- Add autopwn command to break mifare classic cards completely automatic (breaks all sector keys and dumps them and the card content)
- Chg optimization of iclass mac calculations on deviceside (@pwpiwi)
- Add 'hf mf autopwn' - Autopwn function for Mifare Classic, extract all keys and dump card memory (@matthiaskonrath)
- Add Lua paths: look for scripts also in ~/.proxmark/lua{scripts,libs} and /usr/local/share/proxmark3/lua{scripts,libs} (@doegox)
- Change Lua directory scripts/ to luascript/ (@doegox)
- Change non-rdv4 PLATFORM must now use the generic PM3OTHER, simpler (@doegox)