Skip to content

blueqwertz/Secure-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure-Chat

...is an encrypted chat app, which you can self-host on any machine with Python 3 installed.

How to install

Run install.bat, which is located in the client/ folder to install all required dependencies.

Run install.bat, which is located in the server/ folder to install all required server dependencies.

Configure config.yaml in the client folder like this...

server:
    hostlist:
        - "<server_ip>"
    port: 10127
client:
    random-nick: true
    tui: true

...and config.yaml in the server folder like this:

server:
    host: "0.0.0.0"
    port: 10127

Finally run server/modules/keygen.py to generate the servers private and public key

Demo Pictures

alt text

About

This is an encrypted socket chat with multiple features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors