Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/serngawy/des-linear-and-differential-cryptoanalysis
- Owner: serngawy
- Created: 2015-03-13T02:10:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T17:48:43.000Z (about 9 years ago)
- Last Synced: 2023-03-21T21:43:49.378Z (almost 2 years ago)
- Language: Java
- Size: 188 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 DESLinear 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)