diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0787a910a..70dd969d0 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 `lf_hitag_crypto.trace` - trace file of a complete read out of a Hitag2 in crypto mode (@iceman1001)
 - Fix `lf cmdread` - uninitialised memory usage (@iceman1001)
 - Changed `hf st info` - now tries to check signature if available (@iceman1001)
 - Added `hf 14b mobib` - try to read out all data from a MOBIB card (@iceman1001)
diff --git a/traces/README.md b/traces/README.md
index b21411f5e..6a030c4d1 100644
--- a/traces/README.md
+++ b/traces/README.md
@@ -104,3 +104,10 @@
 |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|
+
+## LF demodulated traces
+
+|filename|description|
+|--------|-----------|
+|lf_hitag_crypto_dump.trace              |Execution of `lf hitag dump --crypto` against Hitag2 card in crypto mode|
+
diff --git a/traces/lf_hitag_crypto_dump.trace b/traces/lf_hitag_crypto_dump.trace
new file mode 100644
index 000000000..e69ed1548
Binary files /dev/null and b/traces/lf_hitag_crypto_dump.trace differ