This project is a Java implementation of the Diffie-Hellman key exchange algorithm using the Spring Boot framework and Gradle for build automation.
-
Clone the repository:
git clone https://github.com/merlicne/DiffieHellman-java.git cd DiffieHellman-java -
Build the project:
./gradlew build
-
Run the application:
./gradlew bootRun
After starting the application, you can access the Diffie-Hellman key exchanging demonstration at localhost:8080