Skip to content

An end to end encrypted, peer to peer, terminal based chat client. A first attempt at writing secure software.

License

Notifications You must be signed in to change notification settings

williamlhunter/SecureChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureChat

An end to end encrypted, peer to peer, terminal based chat client. A first attempt at writing secure software.

HAS NOT BEEN AUDITED BY ANYONE, USE AT YOUR OWN RISK

First client should run with no console arguments to start as a server. Second client runs the script with their partner's ip address as an argument. communicates over ports 5555 and 5556

Requires the following python packages:

  • pyzmq
  • cryptography

About

An end to end encrypted, peer to peer, terminal based chat client. A first attempt at writing secure software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages