egge313 / eggemesg

Egge's Messenger facilitates communication with strong cryptography via Tor.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Sending messages to a hidden service #4

Open egge313 opened 11 months ago

egge313 commented 11 months ago

Using libcurl, send messages to a hidden service.

  1. A byte array is sent in binary. Sending is subdivided into chunks of 512 bytes. Each message is a JSON construct.
  2. The message is encrypted with the recipient's connection public key and signed with the sender's ID key.