Two users Alice and Bob want to agree on a secret key over a public network. They have agreed to use the Diffie Hellman algorithm to achieve this. Given the values below what will be the value of the shared secret key generated by Alice and Bob? A random prime : 11 A generator : 3 Alice’s random secret : 4 Bob’s random secret : 5 |