Tejas1510 / Hacking-Scripts

Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
https://hacking-scripts.netlify.app/
229 stars 284 forks source link

Fix #1098 Diffie Hellman Key Exchange Algorithm #1100

Closed NikitaEmberi closed 2 years ago

NikitaEmberi commented 2 years ago

Explanation

Implemented Diffie Hellman key exchange Algorithm which is a method of securely exchanging cryptographic keys over a public channel by demonstrating live key exchange using socket library in python.

Fixes #1098

Checklist

Tejas1510 commented 2 years ago

Thanks for the contribution @NikitaEmberi