Xenland / P2PCrypt-Server

Web of trust encrypted communications system. Text, Audio, Video, File Transfers, digital services, and more!
http://p2pcrypt.com
18 stars 8 forks source link

Send encrypted messages #17

Open Xenland opened 11 years ago

Xenland commented 11 years ago

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.

bitcoinmeetups commented 11 years ago

Good work.

Xenland commented 11 years ago

Thanks! I'm starting over with a Qt/C++ version now