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
Linux.
-- python3 server.v.2.py
-- python3 client.v.2.py
OSX
-- python3 server.v.2.py
-- python3 client.v.2.py
ASK ME```
## Version 1.50



[]([[https://youtu.be/vt5fpE0bzSY](https://www.youtube.com/watch?v=8b_zBTbr9aU)](https://www.youtube.com/watch?v=8b_zBTbr9aU))
## Version 1.40

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