rockbox/utils/nwztools/upgtools
Amaury Pouly 99cc8f8802 upgtools: fix bug in brute force search
DES ignores the parity bit of each byte (making the 64-bit key really 56-bit),
but the current code skipped the parity bit of each half-byte, thus missing
some keys.

Change-Id: Ia523ebb944e458905b7de1742df151df22166150
2017-09-19 15:30:37 +02:00
..
fwp.c nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
fwp.h nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
keysig_search.c upgtools: fix bug in brute force search 2017-09-19 15:30:37 +02:00
keysig_search.h nwztools/upgtools: add more brute force algorithms 2017-01-04 17:04:19 +01:00
Makefile Makefile cleanups 2017-01-08 16:08:28 +01:00
md5.cpp nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
md5.h nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
mg.cpp nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
mg.h nwztools: cleanup crypto, switch MD5 to Crypto++ 2017-01-04 17:05:15 +01:00
misc.c nwztools/upg: move upg handling to its own file, completely rework kas handling 2017-01-04 17:04:38 +01:00
misc.h nwztools/upg: move upg handling to its own file, completely rework kas handling 2017-01-04 17:04:38 +01:00
upg.c Add support for the NWZ-E350 2017-09-17 23:47:49 +02:00
upg.h nwztools: forgot file 2017-01-08 22:33:00 +01:00
upgtool.c nwztools/upgtools: misc fixes 2017-04-25 11:23:57 +10:00