|
115 | 115 | {content:']'} |
116 | 116 | .link-txt |
117 | 117 | {} |
| 118 | + .no-underline |
| 119 | + {display:inline-block;text-decoration:none;color:black} |
118 | 120 |
|
119 | 121 | ol li, ul li |
120 | 122 | {margin:10px} |
@@ -312,14 +314,104 @@ <h1 class=title> |
312 | 314 | once a shared secret has been established this can be used to encrypt communications between alice and bob |
313 | 315 | </p> |
314 | 316 | <p> |
315 | | - a simple example of this is shown below |
| 317 | + a very simple example is shown below |
316 | 318 | </p> |
317 | 319 | </div> |
318 | 320 |
|
319 | 321 | <snippet-console id=ex2 component fullsize src='ex/tiny-encrypt.js'></snippet-console> |
320 | 322 |
|
321 | 323 |
|
| 324 | + <div class=blog-hdr> |
| 325 | + Further Reading |
| 326 | + </div> |
322 | 327 |
|
| 328 | + <ul> |
| 329 | + <li> |
| 330 | + <a href='https://en.wikipedia.org/wiki/Diffie-Hellman_key_exchange'> |
| 331 | + |
| 332 | + <span class=no-underline> |
| 333 | + <b> |
| 334 | + Wikipedia: Diffie–Hellman Key Exchange |
| 335 | + </b> |
| 336 | + <br> |
| 337 | + A comprehensive overview of the algorithm, its history, math, and applications. |
| 338 | + </span> |
| 339 | + <br> |
| 340 | + <span> |
| 341 | + https://en.wikipedia.org/wiki/Diffie-Hellman_key_exchange |
| 342 | + </span> |
| 343 | + </a> |
| 344 | + </li> |
| 345 | + |
| 346 | + <li> |
| 347 | + <a href='https://www.tutorialspoint.com/cryptography/cryptography_diffie_hellman_algorithm.htm'> |
| 348 | + |
| 349 | + <span class=no-underline> |
| 350 | + <b> |
| 351 | + TutorialsPoint: Diffie–Hellman Algorithm |
| 352 | + </b> |
| 353 | + <br> |
| 354 | + A beginner‑friendly explanation with simple steps and conceptual breakdowns. |
| 355 | + </span> |
| 356 | + <br> |
| 357 | + <span> |
| 358 | + https://www.tutorialspoint.com/cryptography/cryptography_diffie_hellman_algorithm.htm |
| 359 | + </span> |
| 360 | + </a> |
| 361 | + </li> |
| 362 | + |
| 363 | + <li> |
| 364 | + <a href='https://en.wikipedia.org/wiki/Whitfield_Diffie'> |
| 365 | + |
| 366 | + <span class=no-underline> |
| 367 | + <b> |
| 368 | + Wikipedia: Whitfield Diffie |
| 369 | + </b> |
| 370 | + <br> |
| 371 | + Bailey Whitfield 'Whit' Diffie biography. |
| 372 | + </span> |
| 373 | + <br> |
| 374 | + <span> |
| 375 | + https://en.wikipedia.org/wiki/Whitfield_Diffie |
| 376 | + </span> |
| 377 | + </a> |
| 378 | + </li> |
| 379 | + |
| 380 | + <li> |
| 381 | + <a href='https://en.wikipedia.org/wiki/Whitfield_Diffie'> |
| 382 | + |
| 383 | + <span class=no-underline> |
| 384 | + <b> |
| 385 | + Wikipedia: Whitfield Diffie |
| 386 | + </b> |
| 387 | + <br> |
| 388 | + Bailey Whitfield 'Whit' Diffie biography. |
| 389 | + </span> |
| 390 | + <br> |
| 391 | + <span> |
| 392 | + https://en.wikipedia.org/wiki/Whitfield_Diffie |
| 393 | + </span> |
| 394 | + </a> |
| 395 | + </li> |
| 396 | + |
| 397 | + <li> |
| 398 | + <a href='https://en.wikipedia.org/wiki/Martin_Hellman'> |
| 399 | + |
| 400 | + <span class=no-underline> |
| 401 | + <b> |
| 402 | + Wikipedia: Martin Hellman |
| 403 | + </b> |
| 404 | + <br> |
| 405 | + Martin Edward Hellman biography. |
| 406 | + </span> |
| 407 | + <br> |
| 408 | + <span> |
| 409 | + https://en.wikipedia.org/wiki/Martin_Hellman |
| 410 | + </span> |
| 411 | + </a> |
| 412 | + </li> |
| 413 | + |
| 414 | + </ul> |
323 | 415 |
|
324 | 416 |
|
325 | 417 | <log-mod component></log-mod> |
|
0 commit comments