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

Display Sent/Received Encrypted Messages #18

Open Xenland opened 11 years ago

Xenland commented 11 years ago

Receive message packet from server.

Decrypt packet and check/verify signature

Decode JSON into objects that can be parsed.

Save the encrypted message data (not the plain text) into the database.

--Finished.