diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f73c2ae..b5257f488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +- Added two trace files for Ultralight AES (@iceman1001) - Added support for Ultralight AES secure messaing in `hf 14a raw` (@iceman1001) - Added support for Ultralight AES secure messaging in `hf mfu info/rdbl/wrbl/dump/ndefread/wipe/setkey` (@iceman1001) - Added support for Ultralight AES auth in `hf mfu info/rdbl/wrbl/dump/ndefread/wipe/setkey` (@doegox) diff --git a/traces/README.md b/traces/README.md index 6a030c4d1..7c2a84e5f 100644 --- a/traces/README.md +++ b/traces/README.md @@ -104,6 +104,8 @@ |hf_mfdes_sniff.trace |Sniff of HID reader reading a MIFARE DESFire SIO card| |hf_iclass_sniff.trace |Sniff of HID reader reading a Picopass 2k card| |hf_mf_hid_sio_sim.trace |Simulation of a HID SIO MFC 1K card| +|hf_14a_mful_aes_defaultkey.trace |Reading of a UL-AES with AES authentication| +|hf_14a_mful_aes_defaultkey_secure_message.trace|Reading of a UL-AES with AES authentication, GetVersion with secure message| ## LF demodulated traces diff --git a/traces/hf_14a_mful_aes_defaultkey.trace b/traces/hf_14a_mful_aes_defaultkey.trace new file mode 100644 index 000000000..62619fd5b Binary files /dev/null and b/traces/hf_14a_mful_aes_defaultkey.trace differ diff --git a/traces/hf_14a_mful_aes_defaultkey_secure_message.trace b/traces/hf_14a_mful_aes_defaultkey_secure_message.trace new file mode 100644 index 000000000..1b5b2f5ed Binary files /dev/null and b/traces/hf_14a_mful_aes_defaultkey_secure_message.trace differ