This is a chat system composed of a TCP/IP server daemon and its corresponding java client. You can chat with other peers in clear text or AES password-based encryption on your own computer network.

The AES encryption and decryption is based on 128 bit key which is reached by padding the resulting SHA256 from your provided password. Simply put, SHA is a checksum that change when a single bit change. When you send a message with a password field, the resulting password checksum is cut at 128 bit which means 16 characters bytes KEY is entered into AES 128 bit encryption and decryption scheme. The resulting ciphertext is sent to the server while the server relay it to the connected peers. Those connected peers need to have the same password in order to read the message.

The server is a multiplex and stand alone detached (no controlling terminal) process on the background that does nothing but to relay messages.

Features

  • Client Program support 128 bit AES password based encryption.
  • Stand Alone Server Daemon is a detached process you can let run on your server host.
  • Server is designed and programmed for Unix/Linux in C since this is POSIX.
  • Client is portable since is wrote on Java SE 8 (Standard Edition).

Project Samples

Project Activity

See All Activity >

Categories

Chat

License

BSD License

Follow chatroom encryption support AES 128 bits

chatroom encryption support AES 128 bits Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of chatroom encryption support AES 128 bits!

Additional Project Details

Operating Systems

BSD, Linux

Programming Language

C, Java

Related Categories

C Chat Software, Java Chat Software

Registered

2014-11-27