Skip to content

Codes has been compiled in the C programming language and is written for the practicalization of the Ephemeral Diffie Hellman algorithm.

Notifications You must be signed in to change notification settings

tolgaakkapulu/Ephemeral-DH-Key-Exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Ephemeral DH Key Exchange

Ephemeral DH
Ephemeral DH is different from static, ie classical DH. Static DH obtains the same session key in each session for a long time and uses this session key. With the development of various algorithms over time, these keys can be solved. In addition, once the attacker has the session key, he can capture and decrypt all secret conversations made in the past through this session key. In Ephemeral DH, it provides obtaining different session keys in different sessions. Thus, even if he aggressively obtains the session key, he cannot access any historical information. This ensures Forward Secrecy (FS).

Codes has been compiled in the C programming language and is written for the practicalization of the Ephemeral Diffie Hellman algorithm.

About

Codes has been compiled in the C programming language and is written for the practicalization of the Ephemeral Diffie Hellman algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages