Some Practice on Implementing Signal Protocol With Python (2): Double Ratchet
After doing a handshake using X3DH, Both users can authenticate each other and agree on a shared master secret.
So what’s next?
After doing a handshake using X3DH, Both users can authenticate each other and agree on a shared master secret.
So what’s next?
Lately I was working on a Web Security Project and I came across this very interesting Web Messaging Encryption Protocol - Signal Protocol.