Skip to content

Zhuoli/InstantMessagingWithEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted Instant Messaging App.

Requirements: JDK 1.6+

User log in the client application, client will send user name and hashed password to server to authenticate user. Here we use mutual authentication for both server side and client side.

##Make tutorial:

  • Compile: make
  • Run server: make server
  • Run client: make client

##Application comands:

server:

  • 'ls' or 'list': show all the users
  • 'password NAME PASSWORD': change or create new user along with password

client:

  • 'ls': show active users
  • 'send USER CONTENT': send content to the user

About

An secure instant messaging system. User login the client application and chat with others by encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages