Question: Implement a parallelised version of Brute-force search, which behaves the same as the serial solution for cracking aes-128-cbc cipher. The implementation should use OpenMP for
Implement a parallelised version of Brute-force search, which behaves the same as the serial solution for cracking aes-128-cbc cipher. The implementation should use OpenMP for parallelization of the algorithm. Your solution should be implemented using C/C++, compiled with gcc. Your final solution should include a Makefile that can be used by makers to build and test your work.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
