Skip to content

ZeroCool22/verysecurechat

 
 

Repository files navigation

VerySecureChat GPL v2.0 - TESTING !

Very Secure Chat using GPG as encryption system

Linux Tested - OSX Tested - Windows (on test process)

Starting Secure in 2023.

Server runs on port 13031 - hostname defined in SERVER Python code Clients runs and connect to SERVER name, port 13031.

Clientes connect to server, and send PGP message to server, server deliver it to all clientes.

Every client will encript message before send it. Encrypt END-END

Every client will try to de-crypt message, if the message is not PGP, will be show as it.

You need GPG instgalled and Pub/Priv key (you) and PUB keys for others. You have PRIV/PUB key for your GPG U ID and the Pub KEY for GENERAL UID

Thanks to IGNIZ for lot of changes.

- - - - ***Demo Video Here https://www.youtube.com/watch?v=8b_zBTbr9aU *** - - -

For WINDOWS https://gpg4win.org/download.html SOME ISSUES with PGP / NEW LINE / others. Must install GNUPG and Python 3.11 for Windows.

For OSX https://gpgtools.org/

brew install python-tk

Must create GPG pub/priv key

gpg --full-generate-key
gpg –list-secret-keys
gpg –list-public-keys

How test it

Linux.
-- python3 server.v.2.py
-- python3 client.v.2.py


OSX
-- python3 server.v.2.py
-- python3 client.v.2.py

Donations

ASK ME```

## Version 1.50
![My Image](imagev1.50.png)

![Messages](imagev1.50b.png)

![Windows Test](imagev1.50win.png)

[![Watch the video](imagev1.50.png)]([[https://youtu.be/vt5fpE0bzSY](https://www.youtube.com/watch?v=8b_zBTbr9aU)](https://www.youtube.com/watch?v=8b_zBTbr9aU))



## Version 1.40
![My Image](image.png)


# Working in the version V 2.0
## Starting it again from Scratch.

About

Very Secure Chat using GPG as encription system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.6%
  • Shell 1.4%