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