When sending encrypted messages the message packet should be like the following:
JSON
{"timestamp_sent":"", "message":"message here"}
Encrypt JSON with publickey and sign it with private key
Submit message packet with signature to "nodes".
Await confirmation.
--Finished.
When sending encrypted messages the message packet should be like the following:
JSON
{"timestamp_sent":"", "message":"message here"}
Encrypt JSON with publickey and sign it with private key
Submit message packet with signature to "nodes".
Await confirmation.
--Finished.