Skip to content

Simple implementation of secure chat on python, using encryption (AES,RSA),transport layer security(TLS) and hashing algorithms

Notifications You must be signed in to change notification settings

leichx/pythonChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythonChat

This is my implementation of a python server-client secure chat using TCP and UDP, encryption (AES,RSA), transport layer security (TLS), and hashing algorithms.

Getting Started

For testing you have to provide certificate and private key for TLS in the same folder of server code named 'certificate.crt' and 'privateKey.key' for UDP is not necesary.

Prerequisites

$ pip install pycrypto

$ pip install pyopenssl

$ pip install pyinstaller

Running the tests

$ pyinstaller --onefile client.py

$ pyinstaller --onefile server.py

Built With

  • pyCrypto

  • OpenSSL

Authors

Sebastian Mahuzier.

About

Simple implementation of secure chat on python, using encryption (AES,RSA),transport layer security(TLS) and hashing algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages