Tell HN: Telegram is most likely doing client side scanning; I quit Telegram(ycombinator.com) For years I have ignored warnings around Telegram being "unencrypted". Though, for unknown reasons, they first banned my account and then recently, "restricted" my account. Yesterday, I had a private chat with someone and based on specific keywords, Telegram suddenly "restricted" my account.
63 points by stereoradonc 14 days ago | 29 comments
Implementing Signal's Double Ratchet algorithm (2020)(nfil.dev) I’ve been reading up on the Double Ratchet algorithm and its implementations lately, as it’s an exciting piece of crypto that offers some very nice guarantees: forward secrecy (ie. by breaking a key at some point you can’t read older messages), eventual break-in recovery (ie. by breaking a key you can only read a few messages before the protocol recovers), and of course confidentiality and deniability.