Algorithms
Algorithms copied to clipboard
Diffie - Hellman Algorithm in java
### Description: The Diffie-Hellman algorithm is a method used for secure key exchange over an unsecured communication channel. It allows two parties, typically referred to as Alice and Bob, to establish a shared secret key without explicitly transmitting the key
Feature :
Add Diffie - Hellman Algorithm in JAVA
Description of solution :
Will add Diffie - Hellman Algorithm with adequate comments for readers to get a clear understanding. To add in JAVA
Alternatives Considered :
Online Resources and Tutorials
@Kumar-laxmi Can you assign me this issue under SSoC '23 so that I can send in a PR on 1st June ?
@SPARSH1608 Could you implement this in Java and either C or C++
@Kumar-laxmi yes I can
Assigned! @SPARSH1608 : C, C++ and Java
@SPARSH1608 What is your status on this issue?
working on it @Kumar-laxmi
Kindly complete the implementation within next 3 days or else the issue would be closed and reassigned
This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem