Tag

Diffie-Hellman

1 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Jan 9, 2023 · Information Security

Diffie‑Hellman Key Agreement: Theory, Formula Derivation, and Java/Android Implementation

The article explains Diffie‑Hellman key agreement, detailing its 1976 origin, mathematical derivation, example walkthrough, and provides complete Java server and Android client code illustrating how two parties securely generate a shared secret over an insecure channel without transmitting the key.

AndroidDiffie-HellmanJava
0 likes · 10 min read
Diffie‑Hellman Key Agreement: Theory, Formula Derivation, and Java/Android Implementation
Efficient Ops
Efficient Ops
May 26, 2021 · Fundamentals

From SPDY to QUIC: How Google’s Innovations Reshaped Web Protocols

This article reviews Google’s pioneering SPDY protocol, its key features and impact on HTTP/2, then explores the disruptive QUIC protocol built on UDP, detailing its connection setup, Diffie‑Hellman encryption, multiplexing, connection migration, and other enhancements that boost web performance.

Diffie-HellmanHTTP/2QUIC
0 likes · 12 min read
From SPDY to QUIC: How Google’s Innovations Reshaped Web Protocols
JD Cloud Developers
JD Cloud Developers
Dec 3, 2020 · Information Security

Why Weak Passwords Still Prevail and How Modern Cryptography Secures Your Data

This article explores the prevalence of weak passwords, introduces fundamental concepts of cryptography, explains symmetric encryption algorithms and their key distribution challenges, and demonstrates the Diffie‑Hellman key‑exchange process with a concrete example and a Python implementation of primitive‑root calculation.

Diffie-HellmanInformation Securitycryptography
0 likes · 9 min read
Why Weak Passwords Still Prevail and How Modern Cryptography Secures Your Data