..
crapto1
part of monstermerge...
2017-07-27 20:48:49 +02:00
bucketsort.c
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
2016-07-28 21:41:44 +02:00
bucketsort.h
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
2016-07-28 21:41:44 +02:00
cmd.c
part of monstermerge..
2017-07-27 20:58:59 +02:00
cmd.h
FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.
2017-01-20 18:26:03 +01:00
crc.c
ADD: CRC8Mad() should be used to calc the crc-8 byte for Mifare MAD config block. Doesn't work of course...
2017-07-27 09:31:23 +02:00
crc.h
ADD: CRC8Mad() should be used to calc the crc-8 byte for Mifare MAD config block. Doesn't work of course...
2017-07-27 09:31:23 +02:00
crc16.c
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
2016-07-28 21:41:44 +02:00
crc16.h
CHG: moved into header files.
2017-01-25 00:35:11 +01:00
crc32.c
CHG: moved into header files.
2017-01-25 00:35:11 +01:00
crc32.h
CHG: moved into header files.
2017-01-25 00:35:11 +01:00
crc64.c
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
2016-07-28 21:41:44 +02:00
crc64.h
scripting updates from @iceman1001
2015-05-13 21:14:35 -04:00
default_version.c
monster merge...
2017-07-30 09:17:48 +02:00
desfire.h
CHG: moved into header files.
2017-01-25 00:35:11 +01:00
emvtags.h
FIX: Coverity Scan fixes to emvcmd.c among others.
2017-03-05 18:43:06 +01:00
hmac_drbg.c
A lot of changes...
2015-10-04 18:01:33 +02:00
hmac_drbg.h
A lot of changes...
2015-10-04 18:01:33 +02:00
iso14443crc.c
ADD: analyse nuid
- generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data.
2017-03-10 09:48:36 +01:00
iso14443crc.h
ADD: analyse nuid
- generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data.
2017-03-10 09:48:36 +01:00
iso15693tools.c
chg: 'hf 15 read' - nice output and with lock info
2017-09-06 22:04:00 +02:00
iso15693tools.h
FIX: 'hf 15 *' commands - the demod should work better now and as a bonus I've added some tracelogging. The timer is not quite correct yet but its a start.
2017-09-04 13:56:57 +02:00
ldscript.common
ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt
2016-10-07 00:12:09 +02:00
legic_prng.c
ADD; added some more descriptions of what the legic prng imp does.
2016-09-23 21:29:34 +02:00
lfdemod.c
chg: unify debug messages for FSK demod in AWID,HID,IO,PARADOX,PYRAMID, all neat and same.
2017-08-11 20:48:54 +02:00
lfdemod.h
Fixes: lf simpsk - make sure Carrier input is ok.
2017-08-10 14:19:57 +02:00
Makefile.common
more adaptations
2017-07-27 22:05:54 +02:00
parity.c
monster merge...
2017-07-30 09:17:48 +02:00
parity.h
ADD 'lf nexawatch' by marshmellow42
2017-07-14 15:51:12 +02:00
prng.c
CHG: some textual change to README.txt
2015-12-21 19:48:00 +01:00
prng.h
CHG: some textual change to README.txt
2015-12-21 19:48:00 +01:00
protocols.c
CHG: 'hf iclass readblk' - should be able to read block 0,1 on all cards without key.
2017-07-05 12:05:53 +02:00
protocols.h
ADD: 'hf list 15' - added annotation for ISO15693
2017-09-04 18:38:57 +02:00
radixsort.c
CHG: Extracted @piwi's bucketsort into separate files under /common
2016-02-10 13:09:33 +01:00
radixsort.h
CHG: Extracted @piwi's bucketsort into separate files under /common
2016-02-10 13:09:33 +01:00
random.c
CHG: the mifare Auth command can make use of a random nonce aswell.
2017-01-29 10:41:48 +01:00
random.h
CHG: the mifare Auth command can make use of a random nonce aswell.
2017-01-29 10:41:48 +01:00
sha1.c
ADD: SHA1 hashes calculations in sha1.c and LUA
2015-05-26 16:12:33 +02:00
sha1.h
ADD: SHA1 hashes calculations in sha1.c and LUA
2015-05-26 16:12:33 +02:00
sha256.c
A lot of changes...
2015-10-04 18:01:33 +02:00
sha256.h
A lot of changes...
2015-10-04 18:01:33 +02:00
tea.c
CHG: some textual change to README.txt
2015-12-21 19:48:00 +01:00
tea.h
ADD: a TEA crypto algorithm implemention.
2015-12-09 14:57:16 +01:00
usb_cdc.c
ADD: CRC8Mad() should be used to calc the crc-8 byte for Mifare MAD config block. Doesn't work of course...
2017-07-27 09:31:23 +02:00
usb_cdc.h
FIX: updates to usb_cdc.c , starting with the MSOS features :)
2017-07-04 20:07:45 +02:00
wiegand.c
ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work.
2016-07-31 21:58:15 +02:00
wiegand.h
ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work.
2016-07-31 21:58:15 +02:00