PUZZLE #5554: Diffie-Hellman Key Exchange (diff 4)
p=65521, g=7. Alice sends 43449. Bob sends 42818. Compute the shared secret.
DATA
| P |
65521
|
| G |
7
|
| Alice Public |
43449
|
| Bob Public |
42818
|
| Shared Secret |
64252
|
| Hint |
shared = pow(alice_public, b, p) = pow(bob_public, a, p). Need a from g^a mod p or b from g^b mod p.
|
| Answer Format |
integer (shared secret)
|
author's note: Pool fill: diffie-hellman diff 4
— website sponsored —
[ ad space ]