Skip to content

dillon9/secure_messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Messenger

This is a peer to peer RSA encrypted messenger. If you're not running the single file version (messenger.py), you NEED to run server.py first or everything breaks. The encryption and messages work by juggling the data around in files until it reaches you. The data is sent over tcp using Python's socket library. You will need to forward port 5005 or the router throws up. There is an included script at the top to do this if UPnP is enabled.

Dependencies

PyCryptodome

miniupnpc

Contributors

Hayden did a lot of testing for me as well as writing the upnp script. This would've taken a lot longer without his help.

About

Peer to peer RSA encrypted messenger

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages