Chilkat Diffie-Hellman .NET
Download the Chilkat .NET Components for the .NET 4.0 Framework (win32)
Download the Chilkat .NET Components for the 64-bit .NET 4.0 Framework (x64)
Download the Chilkat .NET Components for the .NET 2.0 / 3.5 Frameworks (win32)
Download the Chilkat .NET Components for the 64-bit .NET 2.0 / 3.5 Frameworks (x64)
Download the Chilkat .NET Components for .NET 1.0 / 1.1 Framework
C# Documentation
·
VB.NET Documentation
·
Purchase
·
License
·
C# DH Examples
·
VB.NET DH Examples
The Diffie Hellman .NET component allows two parties that have no prior knowledge of each other to jointly establish a shared secret key over an insecure communications channel. This key can then be used to encrypt subsequent communications using a symmetric key cipher.
DH .NET Component Features
Diffie-Hellman key exchange (D-H) is a cryptographic protocol that allows two parties that have no prior knowledge of each other to jointly establish a shared secret key over an insecure communications channel. This key can then be used to encrypt subsequent communications using a symmetric key cipher.
Synonyms of Diffie-Hellman key exchange include:
- Diffie-Hellman key agreement
- Diffie-Hellman key establishment
- Diffie-Hellman key negotiation
- Exponential key exchange
Component Features:
- Simple 2-step Method for Computing a Shared Secret
- Safe prime generation. Generate new P and G values.
- Ability to use Known Primes from RFC 2409 and RFC 3526 (Oakley and MODP groups)
|