Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You must type your answers in a word processing system and create a PDF . We will not accept handwritten and scanned or photographed answers.
You must type your answers in a word processing system and create a PDF We will not accept handwritten and scanned or photographed answers. Please submit your PDF on Blackboard. The maximum mark you can get is The deadline for these exercises is in Week This assignment consists of two programming exercises, we prefer to use Python or Java. In the first exercise, you are required to learn how to design and implement RSA. For the second one, you have to learn how to find a collision on a Hash Function. Exercise : Design and implement a simple package based on the RSA algorithm to provide encryptingdecrypting and digital signature signing and verifying. a Generate two prime numbers: p and q b Miller Rabin: to test the prime number. c Euclids algorithm: to find the encryption key e d Extended Euclids algorithm EEA: to find the decryption key d e choose any hash function which is available as free source. f A main method to show different usage of RSA including dialogues between two parties Alice and Bob that reflect encryptingdecrypting and digital signature signing and verifying. g Combine all of the above in a GUI model to test the functions.
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