GithubHelp home page GithubHelp logo

sapansandesara / java-chat-application Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.77 MB

Secure chat application using SSL sockets with multi-threaded server and client. GUI to start and stop server and to send messages on client side using JavaFX

CSS 0.45% Java 99.55%
encryption java mysql security

java-chat-application's Introduction

JavaSocketChatApplication

I made this application for one of assignments in master of software development program at Victoria University of Wellington.

The application is made using Java. I am using Amazon AWS RDS mySQL instance for database. Messages are sent encrypted using DES and a secure login is implemented.

Application features:

  • Secure Login: passwords are sent from client to server using SSL sockets. Passwords are stored encrypted in AWS RDS mySQL instance using DES key stored on the server side. Password is encrypted before uploading to database. Password is decrypted on server level after retrieving from the database and checking against user input when user logs in.
  • Encryption for messages: I am using DES encryption to encrypt messages between clients.
  • Cloud Database: mySQL database to store the users and messages is hosted on the cloud. I am using Amazon AWS RDS mySQL instance.
  • Threaded Server and Client
  • GUI

Video of running application:

https://youtu.be/oFvU8UzIeiA

java-chat-application's People

Contributors

sapansandesara avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.