Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Cracking 2DES using a meet-in-the-middle attack implemented in python 3.

Notifications You must be signed in to change notification settings

thomwiggers/des-meet-in-the-middle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

24-bit 2DES meet-in-the-middle attack

Requirements:

  • python 3
  • pycrypto
  • docopt
  • six

Install the requirements using

pip install -r requirements.txt

We recommend using virtualenv to not install these requirements into the global environment.

Usage:

See:

./des.py --help

Run the unit tests using:

python3 test_des.py

About

Cracking 2DES using a meet-in-the-middle attack implemented in python 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages