Skip to content

A messenger with AES encryption for group chat and RSA encryption for secret chat.

License

Notifications You must be signed in to change notification settings

ftwood/NetConnCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetConnCat

Description

A messenger with AES encryption for group chat and RSA encryption for secret chat.

Installation

Use the package manager pip to install requirements.

pip3 install -r requirements.txt

Usage

================================================

CLIENT

python3 client.py

!users - shows a list of all users on the server

!secret - starts a secret chat

!quit - closes the messenger

================================================

SERVER

python3 server.py

Ctrl + C - shuts down the server and saves the list of users to users.txt

================================================

Contributing

Pull requests are welcome. The project is in a long and unhurried development. If you want to help - pull request.

Project status

Operating systems that NetConnCat definitely runs on:

  1. Ubuntu
  2. Debian
  3. Manjaro
  4. Linux Mint
  5. Kali Linux

About

A messenger with AES encryption for group chat and RSA encryption for secret chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages