From: marshmellow42 Date: Sun, 26 Jul 2015 02:22:19 +0000 (-0400) Subject: fix typo X-Git-Tag: v2.3.0~22^2~7 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/85f581c79f0e10f537b2ae9a28a14d96fe255680 fix typo --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 955f1517..dffe9a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ### Added - `hf iclass managekeys` to save, load and manage iclass keys. (adjusted most commands to accept a loaded key in memory) (marshmellow) - `hf iclass readblk` to select, authenticate, and read 1 block from an iclass card (marshmellow) -- `hf iclass writeblk` to select, authenticate, adn write 1 block to an iclass card (or picopass) (marshmellow + others) +- `hf iclass writeblk` to select, authenticate, and write 1 block to an iclass card (or picopass) (marshmellow + others) - `hf iclass clone` to take a saved dump file and clone selected blocks to a new tag (marshmellow + others) - `hf iclass calcnewkey` - to calculate the div_key change to change a key - (experimental) (marshmellow + others) - `hf iclass encryptblk` - to encrypt a data block hex to prep for writing that block (marshmellow)