Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
11–20 of 31 posts
Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#12Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#13Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#14Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#15Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#161) It is encrypted, if you initiate an encrypted chat, which is not the default.
2) The clients are open source, you can even write your own TUI around the API.
Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#17Oh, and the title is misleading, there's no such thing done on the client side for sure.
Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#18Talking to "unencrypted", may I ask, by default, for normal chat, all the text, image, video, sticker is uploaded to Telegram server without encryption? Or they are encrypted/hashed/salted but the decryption key is on Telegram side?
Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#19Earlier quoted context omitted.
Telegram user here. I’ll keep using the app with no end-to-end encryption, like usual. It’s widely known by now (I think) that Telegram doesn’t have default E2E encryption. Personally, I stay on it because of the network effect (staying on the same network as my friends).
Plus the user experience is, imo, the best in class. The client is open source in C++ which explains why it runs laps around Electron apps: https://github.com/telegramdesktop/tdesktop It's so quick and intuitive. Plus writing interactive bots for it is trivial.
Telegram had replies to messages before Messenger, WhatsApp, and probably other similar apps (they said they were "the first" or something). Replies in Telegram are very nice to use. In the chat view, you have this standard floating down-arrow which scrolls to the bottom of the chat when you click. When you see a message which is a reply, and you click the preview of the message that was replied to, you jump to it, and then the floating arrow won't take you to the bottom of the chat, but to the reply from which you've jumped. And it works for more than one jump, so you can kinda navigate chains of replies.
Also, jumping to even very old messages is much much faster than in the other chat apps. On the desktop client, when you scroll up there is a floating date at the top, when you click it, a calendar appears, there you can jump to any day in the chat, and again the jump feels instant, like no loading. On the Android app, clicking on the floating date jumps to the beginning of the day, but you also can access the calendar by a button that is shown when you are in search mode. By the way, searching also feels instant.
This year, they added a new mode of replying by quoting only a part of the message, so you can select some words from the message and reply to them (you can do it on mobile too). Another new mode is replying to messages from other chats, so for example you can quote and link to the message from group chat in some private chat.
I could go on and on about features like these.
Re: Tell HN: Telegram is most likely doing client side scanning; I quit Telegram
#20Earlier quoted context omitted.
OP hints that the keyword checks are on-device, which would not be protected by e2ee.
Is the client not open source?