Skip to content

A secure chat client using a custom AES implementation

Notifications You must be signed in to change notification settings

rayboyd30/SecureChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Chat

This project implements a secure chat client with a custom JCE Provider and AES implementation. Note: this provider doesn't include a signed certificate form Oracle thus Linux is the only supported platform.

Usage instructions:

  1. Clone the repository
  2. run: javac *.java
  3. run: java Chat -s PORT_NUMBER to instantiate server
  4. run: java Chat -c ADDRESS PORT_NUMBER to instantiate client

About

A secure chat client using a custom AES implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages