From: Oleg Moiseenko Date: Mon, 24 Sep 2018 10:27:30 +0000 (+0300) Subject: Merge branch 'master' into emv_argtable X-Git-Tag: v3.1.0~9^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/16cdfa6355e0eb1a8bd8879727249518fdb8be39 Merge branch 'master' into emv_argtable --- 16cdfa6355e0eb1a8bd8879727249518fdb8be39 diff --cc CHANGELOG.md index 27d47a95,3c9f29d9..73306b1f --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -55,7 -55,8 +56,9 @@@ This project uses the changelog in acco - Added to `hf emv exec` SDA, DDA, fast DDA, CDA calculations for VISA and Mastercard and some other compatible EMV cards (Merlok) - Added `hf emv test` - crypto tests for DES, AES, SHA, RSA, SDA, DDA, CDA and some other crypto functions (Merlok) - Added `hf list mf` - deciphers crypto1 stream and works with first authentication and weak nested authentications (Merlok) +- Added to `hf emv` commands: `gpo`, `readrec`, `genac`, `challenge`, `intauth` - commands working with EMV cards (Merlok) + - Added `lf hid encode` and `lf hid decode` commands to translate printed HID card data to and from the packed data transmitted by a prox tag (grauerfuchs) + - Added `lf hid write` command, which operates as a macro for encode followed by clone operations (grauerfuchs) ## [3.0.1][2017-06-08]