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
Crowdtesting That Delivers | Testeum Icon
Crowdtesting That Delivers | Testeum

Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
Click to perfect your product now.
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