Roy's Repo Share some thoughts
Posts with the tag web:

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?

Some Practice on Implementing Signal Protocol With Python (1): X3DH

Lately I was working on a Web Security Project and I came across this very interesting Web Messaging Encryption Protocol - Signal Protocol.