Skip to content

Global chatroom with homemade end-to-end encryption and picture sending with private chats

Notifications You must be signed in to change notification settings

ulisesmtz/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

ChatRoom

Chat room where users can communicate with one another either on a global basis where all the users are notified, or if they want to keep it a secret and communicate via a private chat. Application uses localhost as host. All text messages (whether it is a global or private message) are encrypted using a homemade version of ECB (Electronic Code Book) which utilizes DES (Data Encryption Standard). Clients can also send images to one another. The server logs all of this information. To use this application compile and run Server.java first. Then, compile and run as many Client.java to have multiple users online and chat away!

About

Global chatroom with homemade end-to-end encryption and picture sending with private chats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages