Skip to content

jaedsonpys/end-to-end-encrypted-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-to-end encrypted chat

Simple Python chat using socket, end-to-end encryption and Diffie Hellman key exchange, which allows a secure conversation between the two participants.

The purpose of this code is to learn more about cryptography.

License

MIT License
Copyright (c) 2022 Jaedson Silva

This project uses the MIT license, please see the LICENSE file for more information.