Skip to content

SimpleClientServerChat is simple chat application that works on Java sockets and uses RC4 encryption with RSA digital signature. SimpleClientServerChat was developed as final project in Information security of computer networks university course.

Notifications You must be signed in to change notification settings

FireG45/SimpleClientServerChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SimpleClientServerChat

SimpleClientServerChat is simple chat application that works on Java sockets and uses RC4 encryption with RSA digital signature. SimpleClientServerChat was developed as final project in Information security of computer networks university course.

Key Features

  • RC4 message encryption
  • RSA digital signature
  • Challenge–response authentication
  • Connection with Java socket

Build

  • Java 20 SDK required
  • Client: cd ClientSideIS && ./mvnw clean install && ./mvnw run
  • Server: cd ServerSideIS && ./mvnw clean install && spring-boot:run

About

SimpleClientServerChat is simple chat application that works on Java sockets and uses RC4 encryption with RSA digital signature. SimpleClientServerChat was developed as final project in Information security of computer networks university course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages