Skip to content

n-siddarth/diffie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple Diffie-Hellman symmetric key exchange algorithm implementation using a client-server protocol through sockets in Python.

Technical Considerations

This implementation is NOT remotely production-ready. It is solely an exploration of the concepts of Diffie-Hellman through a hands-on project. The chosen generator g (3) was selected at random and did not consider any security limitations or advantages of other values. Additionally, the implementation explores DH in its most basic form, not a robust, modern version that handles various security threats like MITM.

That said, this project still offers valuable insight into how sockets in Python work and the mathematical proofs underlying DH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages