Ez egy előző félévben kiírt, archivált téma.
A differenciális kriptoanalízis egy általános kódtörő eljárás, amely elsősorban blokk titkosítókra alkalmazható, de alkalmazható kriptográfiai hash függvényekre is. Itt alapvetően azt vizsgáljuk, hogy a bemeneti információk közötti különbségek hogyan befolyásolják a kimeneti különbséget. Blokktitkosító esetén ez olyan technikák halmazát jelenti, amelyek röggzítik a különbségeket egy transzformációs hálózaton keresztül és ezzel felfedezik hogy a titkosító hol mutat nem véletlenszerű viselkedést. Ezzel nyerjük vissza a titkos kulcsot (kriptográfiai kulcs). A hallgató feladata a BLAKE hash kriptoanalízise, feltörésének lehetőségeinek feltérképezése és heurisztikák implementálása.
Differential cryptanalysis is a general form of cryptanalysis applicable primarily to block ciphers, but also to stream ciphers and cryptographic hash functions. In the broadest sense, it is the study of how differences in information input can affect the resultant difference at the output. In the case of a block cipher, it refers to a set of techniques for tracing differences through the network of transformation, discovering where the cipher exhibits non-random behavior, and exploiting such properties to recover the secret key (cryptography key). The student's task is to perform a cryptanalysis of the BLAKE hash function, explore the possibilities of breaking it, and implement heuristics.