Hey xcoiners! (x-currers?)
I just saw an article on XChat. I was wondering if the XCurrency Devs released any whitepapers or logic diagrams detailing the whole process.
These will come around Rev 3.
Here's a sketch for now though:
- User A wants to send a message to user B
- User A gets pub key of user B
- User A encrypts a packet which has his own pubkey and sends to to user B
- Only user B can decrypt, since the private key of user B is required to decode a message encrypted with user B's pubkey
- Now user B has user A's pubkey, and can encrypt and send back a message.