Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serngawy/des-linear-and-differential-cryptoanalysis

Automatically exported from code.google.com/p/des-linear-and-differential-cryptoanalysis
https://github.com/serngawy/des-linear-and-differential-cryptoanalysis

Last synced: 6 days ago
JSON representation

Automatically exported from code.google.com/p/des-linear-and-differential-cryptoanalysis

Awesome Lists containing this project

README

        

# DES Linear & Differential Cryptoanalysis
The application has an implementation for the Liners & Differential crypto analysis of the symmetric encryption algorithm DES

Linear cryptanalysis is a general form of cryptanalysis based on finding affine approximations to the action of a cipher. Attacks have been developed for block ciphers and stream ciphers for more info check the wiki.
![](https://github.com/serngawy/des-linear-and-differential-cryptoanalysis/blob/master/wiki/screenshoot/linera1.png)

Differential cryptanalysis is a general form of cryptanalysis applicable primarily to block ciphers, but also to stream ciphers and cryptographic hash functions for more info check the wiki.
![](https://github.com/serngawy/des-linear-and-differential-cryptoanalysis/blob/master/wiki/screenshoot/diff1.png)