1,029 views

1 Answer

Best answer
3 votes
3 votes

Given that g is the primitive root and n is the modulus. Party A(sender) secret key be $K_{a}$ and let party B(receiver) secret key be $K_{b}$.

Party A is aware of g,n and $K_{a}$ whereas Party B is aware of g,n and $K_{b}$ . Message sent by A to B will be $M_{ab}$ = $g^{K_{a}}$modn and message sent by party B to A will be $g^{K_{b}}$modn

$M_{ab}$ = 11mod 23 = 9 

$M_{ba}$ = 115 mod 23 = 5

The DH key for party A will be (Mba)6 mod 23 which is equal to DH key for party B which is, (Mab)5 mod 23.

(Mba)6 mod 23 = (Mab)5 mod 23 = (5)mod 23 = (9)mod 23 = 8

selected by

Related questions

3 votes
3 votes
2 answers
1
Himanshu1 asked Dec 6, 2015
2,283 views
0 votes
0 votes
0 answers
2
JustPakYt asked Nov 13, 2022
1,323 views
Consider a Diffie-Hellman scheme with a common prime q=11 and a primitive root a=2. If user A as public key YA=9 what is as private key XA? If user B has public key YB= 3...
1 votes
1 votes
1 answer
3
admin asked Dec 15, 2022
815 views
Assume when encrypting $3$-bit plaintext with a block cipher with key $\text{K},$ the following ciphertext is obtained:$$\begin{array}{|c|c|}\hline \text{Plaintext} & \te...