Skip to content

Commit

Permalink
Update diffie-hellman-key-exchange.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balpars authored Mar 4, 2024
1 parent 02c0701 commit 6a5984c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/diffie-hellman-key-exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Bob calculates g to the power of b mod n, generating bg.

```
ag = g**a mod n
bg = g**b mob b
bg = g**b mob n
```

Results will be less than n, from ag and bg, it's impossible to know what a or b was.
Expand Down Expand Up @@ -159,4 +159,4 @@ I will cover these problems, especially the man-in-the-middle aspect of key exch

[Key Exchange Problems - Computerphile](https://www.youtube.com/watch?v=vsXMMT2CqqE)

[Diffie–Hellman key exchange - Wikipedia](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange)
[Diffie–Hellman key exchange - Wikipedia](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange)

0 comments on commit 6a5984c

Please sign in to comment.