A full description of this project is provided in DES decryption.pdf
Compile with: clang++ main.cpp crypt3.cpp --std=c++11 -fopenmp -o ompDES_cracker
Help inline: ./ompDES_cracker --help
Example of usage: ./ompDES_cracker 23101995 10 -d dictionary.txt -nt 8 -r
Authors:
- Niccolò Bellaccini, [email protected], https://github.com/kinik93
- Tommaso Aldinucci, [email protected], https://github.com/tom1092