Skip to content

alexpnt/secure-chat-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming and Security Assignment

Secure-Chat-Service

Features:

  • Multiclient Support
  • Confidentiality
  • Authenticity
  • Integrity
  • Non-repudiation
  • Key management

####Installation:#### In the root directory of the project type:

mkdir bin
javac src/*.java -d bin/

####Usage:#### Running the server:

cd bin/
java ChatServer <hostname> <port>

or simply

cd bin/
java ChatServer

Running the client:

cd bin/
java ChatClient <hostname> <port>

or simply

cd bin/
java ChatClient

Cheers!

About

Programming and Security Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages