Description
1. You need to choose a message/plaintext, the message should have 200-300 words.
2. Encrypt the message with AES_CBC.
3. Encrypt the message with TwoFish. * You can choose any language you are comfortable with. You can use the built-in libraries, ifyou use any GitHub code, make sure to mention your source.
4. Compare both Symmetric Block Ciphers: Memory, Complexity, Time (You can choose yourown parameters to compare
5. Find out the distribution of Encrypted Hex Values versus Plaintext Hex Values for bothciphers separately.
You need to write a report explaining everything. Include the steps, the results, comparisons, and twodistribution graphs.