PUZZLE #3792: Diffie-Hellman Key Exchange (diff 3)
p=65521, g=5. Alice sends 17342. Bob sends 14794. Compute the shared secret.
DATA
| P |
65521
|
| G |
5
|
| Alice Public |
17342
|
| Bob Public |
14794
|
| Shared Secret |
24102
|
| 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 3
— website sponsored —
[ ad space ]