Skip to content

sigusch/SSLSocketProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FHHgb.NEP4.SSLSocketProgramming

This project was created during the network programming course. It implements a simple Server - Client communication in form of a number guessing game in Java.

Keystores for this project were created with https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html

commands for running server and client application

server:

java -Djavax.net.ssl.keyStore={path to server keystore} -Djavax.net.ssl.keyStorePassword={pw} server

client:

java -Djavax.net.ssl.trustStore={path to client keystore} -Djavax.net.ssl.trustStorePassword={pw} client

About

This project was created during the 'network programming 'course at university.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages