I recently watched this video by Computerphile, where Mike explains the mathematics of the Diffie Hellman exchange. I've been wondering, since as explained $g$, $g^a$ and $g^b$ is public, can't you just do this equation $$ \frac{1}{log_{(g^a)}(g)} = a $$ and $$ \frac{1}{log_{(g^b)}(g)} = b $$ to find their private keys? I might be dumb, please explain this.
2026-03-29 17:26:58.1774805218
Wouldn't it be easy to find private keys with the Diffie Hellman exchange?
42 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Computing the discrete log is the hard part. Remember that the logarithms are taking place in the group, not the real numbers.