Files
proxmark3/client
iceman1001 a75d63f19b ADD: added the crc8legic to Lua. call it with core.crc8legic
also a helper function to take a hexstring and calc the crc on it, was added inside utils.lua

   Call it inside a lua-script like this:

        local utils = require('utils')
        local data = '01020304'
	local crc = utils.Crc8Legic(data)
	print (uid,  ('%02x'):format(crc))
2016-02-22 17:50:32 +01:00
..
2016-02-12 07:37:10 +01:00
2015-06-25 12:25:44 +02:00
2015-05-13 09:13:42 +02:00
2015-05-13 09:13:42 +02:00
2016-02-18 20:08:55 +01:00
2016-02-12 07:37:10 +01:00
2016-02-18 20:39:41 +01:00
2016-02-18 20:07:50 +01:00
2015-11-09 21:46:57 +01:00
2015-11-09 21:46:57 +01:00
2016-01-18 23:28:34 +01:00
2015-12-05 22:18:42 +01:00
2015-07-31 10:37:24 +02:00
2015-04-02 12:48:52 -04:00
2015-11-23 10:49:16 +01:00
2016-02-10 13:10:27 +01:00
2015-07-31 10:37:24 +02:00