From: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com> Date: Fri, 31 Aug 2018 01:01:21 +0000 (-0400) Subject: lf hid improvements - encoding and long tag simulation X-Git-Tag: v3.1.0~14^2~5 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/be59094de9527e0e935d6d1cdd445d5b78946f44?hp=be59094de9527e0e935d6d1cdd445d5b78946f44 lf hid improvements - encoding and long tag simulation **DEVICE FIRMWARE UPDATE** The code changes needed to support long tag emulation required an update to the device firmware. As of this patch, devices running older firmware will not be able to read or emulate HID tags until the firmware is updated. Additionally, devices with the firmware from this update or newer will not properly read or encode HID tags with a prior version client. The 'lf hid encode' command has been further refined, and is now entirely parameterized to support use of fields other than facility code and card number. The client help data has been updated to show the correct syntax. ---