Skip to content

ConnorJarvis/TorMessage

Repository files navigation

TorMessage

Build Status Go Report Card Coverage Status

Work in progress messenger that communicates over Tor and supports forward secrecy

To build run:

  • go get github.com/ConnorJarvis/TorMessage
  • go build ./examples/command_line_chat.go

To start a conversation run:

  • ./command_line_chat -hostname 127.0.0.1:9000 -name Connor -host

This will start hosting a conversation and output a base64 string Conversation Start

To start the partner conversation run:

  • ./command_line_chat -hostname 127.0.0.1:9001 -name Connor2 -extradata $base64_string

This base64 string contains the hostname, public key and 3 initial keys needed to initialize a conversation

To chat just enter text into the console

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages