From: iceman1001 <iceman@iuse.se>
Date: Mon, 30 Mar 2015 14:24:03 +0000 (+0200)
Subject: NEW: HF MFU SETPWD - set password to a Ultralight C tag.
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/aa60d1560ece20fe93fb22f9ee60c897e96f2b42?hp=aa60d1560ece20fe93fb22f9ee60c897e96f2b42

NEW: HF MFU SETPWD - set password to a Ultralight C tag.
NEW: HF MFU SETUID - set UID to a magic UL / UL-C tag.   *not implemented*
CHG: minor alignment for "Hf list" output.
CHG: removed unneeded function parameters to the ultralight commands
CHG: the const MAX_MIFARE_FRAME_SIZE is changed to MAX_FRAME_SIZE in the ultralight commands since the UL-Ev1 can have bigger frames than 18bytes.
CHG: adding DES support for the Ultralight-c read commands on deviceside.
---