Hi, In the last class, the homework was about Diffie Hellman.
The Diffie-Hellman allows two parties, communicating through an unencrypted channel, to agree to a numeric value without a third party who has full access to the conversation, to know or calculate it, at least convenient time.
then the values that i got by Alice and Bob were the following:
p = 5
g = 3
X = 4
Y = 2
then i calculate the values of x,y and k:
and the results I got were:
x=2
y=3
k=4
ok, 7
ResponderEliminar