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

Latest commit

 

History

History
27 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 399 Bytes

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