Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoangtran0410/chat-3des

Online Chat Application, encrypt data using TripleDES + RSA
https://github.com/hoangtran0410/chat-3des

chat-application cryptography des-crypto javaswing rsa socket-java triple-des tripledes

Last synced: 29 days ago
JSON representation

Online Chat Application, encrypt data using TripleDES + RSA

Awesome Lists containing this project

README

        

# Chat-3DES

- Ứng dụng chat online sử dụng **Socket** + **Java Swing**
- Triển khai **TripleDES** (tự code)
- Kết hợp mã hóa **RSA** (dùng thư viện)

## Setup

1. Clone repo
2. Chạy file `src/server/RunServer.java` (khuyên dùngNetBeans 8.2) để mở Server
3. Chạy file `src/client/RunClient.java`để mở client
4. Ô nhập tên hiện ra, nhập tên và OK để kết nối tới server

## Screenshot

+ Nhập tên:
![Input name](./screenshots/0.png)

+ Nhắn tin:
![chat](./screenshots/1.png)