/secure-chat-app

Implemented a secure peer-to-peer chat application using openssl in Python and demonstrated how Alice and Bob could chat with each other using it. Plus also implemented evil Trudy who is going to intercept the chat messages between Alice and Bob by launching various MITM attacks(Downgrade Attack by rejecting the request for TLS Encryption and MITM attack with two TLS connections at either end and Fake Certificates).

Primary LanguagePython

Stargazers