In Signal Protocol, how sender can decrypt the message the next time he wants to?
I am creating a secure chat app based on Signal protocol. The sender encrypts messages with receiver’s keys and sends it to the server. The receiver can retrieve and decrypt the messages.
Now, we don’t store the sent message… Continue reading In Signal Protocol, how sender can decrypt the message the next time he wants to?