Question: Please read this and the question carefully before answering: The Last time I uploaded this question the answer was completely incorrect. This question asks for
Please read this and the question carefully before answering: The Last time I uploaded this question the answer was completely incorrect. This question asks for the implementation of the HMAC program below in Python! I don't want an explanation I need the code. ( Please use the 8 steps below for the code)
Information Security:
Design the Hash-based Message Authentication Code in python using SHA1 using the steps below.
Steps:
1. Ask user to enter a message string and print
2. Ask user to enter the key and print
3. Find the digest function
4. Find HMAC by sender and print
5. Print Hashed Message
6. Recalculate HMAC by receiver and print
7. Compare the sent HMAC by sender and recalculated HMAC by receiver and print whether the two calculated HMAC values are identical or not
8. Exit Program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
