Vulturu
Vulturu

Reputation: 3

Creating secure connections with python socket module

I have recently decided to work on a new open-source project which I would like to eventually push out to GitHub. The goal is to create a Peer-to-Peer connection messaging software which is designed to allow users to connect to one another and exchange information without the need of a third-party or server.

I have come to this forum to ask for advice from anyone willing to give it regarding:

and anything else regarding secure network connections and/or data encryption.

I am relatively new to the socket module and encryption in Python however I am quite experienced with Python itself. (So I'll likely understand your response if it includes code snippets)

If you've made it this far THANK YOU! I look forward to all of your responses.

Happy Coding!

Upvotes: 0

Views: 26

Answers (0)

Related Questions