Question
1. Please implement the Simplified DES-Algorithm as shown in chapter 8.2. The implementation must be performed using C (neither C++ nor any other language). 2.
1. Please implement the Simplified DES-Algorithm as shown in chapter 8.2. The implementation must be performed using C (neither C++ nor any other language). 2. After implementation you must test this algorithm. For this purpose you have to develop a test concept including at least two major parts to be tested. The test must be performed. 3. The implementation shall be used for a brute-force-attack to de-cipher an unknown text with an unknown key. As the key inside S-DES is only 10 bit long, there are only 1024 possibilities, but the decision which key is the most likely one is not easy as long as you dont know the used language. Find at least
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started