---
title: "New Directions in Cryptography"
description: "Diffie and Hellman ask how two people who have never exchanged a secret can agree on one over a public network. Read it to see how private exponents and exchanged modular powers meet at the same shared value, why reversing a public value is meant to be difficult, and why authentication must still stop an active intermediary from substituting keys."
canonical_url: "https://fanout.sh/daily/2026-09-06-diffie-hellman-key-agreement"
md_url: "https://fanout.sh/daily/2026-09-06-diffie-hellman-key-agreement.md"
last_updated: "2026-09-06"
access: "public"
---

# New Directions in Cryptography

Diffie and Hellman ask how two people who have never exchanged a secret can agree on one over a public network. Read it to see how private exponents and exchanged modular powers meet at the same shared value, why reversing a public value is meant to be difficult, and why authentication must still stop an active intermediary from substituting keys.

## Paper details

- Authors: Whitfield Diffie and Martin E. Hellman

- Venue: IEEE Transactions on Information Theory 1976

- Track: Systems

- Difficulty: Easy

- Reading time: 30 min

- Original paper: https://doi.org/10.1109/TIT.1976.1055638

## What you will learn

- Why advance pairwise secret delivery grows poorly as a network adds users, even before anyone sends an encrypted message.

- How each party keeps one exponent private, publishes one modular power, and combines the other public value with its own secret to derive the same result.

- Why the algebra blocks a passive eavesdropper only under hard-problem assumptions, while authentication, key derivation, parameter validation, and symmetric encryption remain separate protocol duties.

## Continue exploring

[Explore public-key cryptography in Fanout](https://fanout.sh/daily/2026-08-16-tor-onion-router): Continue into Fanout's Tor paper guide and see ephemeral Diffie-Hellman used inside a larger authenticated, layered protocol with separate relay keys and threat assumptions.

---
This representation contains public Fanout content only. Protected Pro lessons, account data, billing, checkout, and pricing are not included.

Browse the public content map: https://fanout.sh/sitemap.md
