proxmark3/client/nonce2key
micki.held@gmx.de 9492e0b098 Major rework of hf mf nested:
- PM: used GetCountMifare in MifareNested() for improved timing accuracy and to deliver better quality nonces
- PM: MifareNested now delivers exactly two different nonces to avoid time consuming multiple lfsr_recovery32() on client side
- Client: replaced quicksort by bucketsort in crapto1.c which is faster 
- Client: use multithreading (two parallel calls to lfsr_recovery32())
- Client: fixed a small bug in mfnested() (always showed trgkey=0)
- Client: introduced a mutex for PrintAndLog() to avoid interlaced printing
Minor rework of hf mf chk:
- Avoid time consuming off/on cycles. Send a "halt" instead.
2013-09-15 09:33:17 +00:00
..
crapto1.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
crapto1.h compiling on windows again 2013-02-28 21:36:09 +00:00
crypto1.c improved version of "hf 14a mifare" command 2011-05-31 11:31:20 +00:00
nonce2key.c 2013-07-08 17:56:05 +00:00
nonce2key.h 2013-07-08 17:56:05 +00:00