Earlier quoted context omitted.
I also don't get this. If we stopped trusting HTTPS, how are we supposed to make sure that we get an unmodified app from the play store, or the original source code from GitHub in the first place? Am I missing something?
The fact that we have to trust TLS to deliver software doesn't automatically mean that we should trust it for secure messaging. Also, I think App Store software delivery doesn't depend on only TLS, but also on Apple's signature. And you can visually verify that the source code downloaded from GitHub doesn't contain backdoors.
Telegram - secure, free messaging
41–50 of 231 posts
Re: Telegram - secure, free messaging
#42Re: Telegram - secure, free messaging
#43Where's the desktop app? I guess I'm old fashioned, because I'm looking for the next msn/icq.
Re: Telegram - secure, free messaging
#44Yeah, ok. Decided not to use it right there.
Re: Telegram - secure, free messaging
#45Earlier quoted context omitted.
MTProto's author is Nikolai Durov: http://en.wikipedia.org/wiki/Nikolai_Durov He is one of most legendary math/programming champions of all time.
He's done nothing in crypto, and he's rolled his own protocol. That's historically been recipe for disaster regardless of how many honors you hold. Colin Percival is similarly decorated, along with being a cryptographer (he's the FreeBSD security officer): http://www.daemonology.net/papers/ ... yet even his crypto app Tarsnap was broken for over a year before he noticed, due to a typo during an innocent-looking refac…
Re: Telegram - secure, free messaging
#46Re: Telegram - secure, free messaging
#47"Cloud based" eh? Very secure.
Re: Telegram - secure, free messaging
#48Earlier quoted context omitted.
He's done nothing in crypto, and he's rolled his own protocol. That's historically been recipe for disaster regardless of how many honors you hold. Colin Percival is similarly decorated, along with being a cryptographer (he's the FreeBSD security officer): http://www.daemonology.net/papers/ ... yet even his crypto app Tarsnap was broken for over a year before he noticed, due to a typo during an innocent-looking refac…
You are correct to be wary. However, the MTProto java impl is here: https://github.com/ex3ndr/telegram-mt
TextSecure has been a work in progress for two years: https://github.com/WhisperSystems/TextSecure/commits/master?...
Telegram seems to have been in progress for two months: https://github.com/ex3ndr/telegram-mt/commits/master?page=2
Telegram also seems to be the work of a single author. While TextSecure was written mostly by Moxie, there were several other contributing members.
Re: Telegram - secure, free messaging
#49The important thing to remember is that all Telegram messages are always securely encrypted. The difference between messages in Secret Chats and ordinary Telegram messages is in the encryption type: client-client in case of Secret Chats, client-server/server-client for ordinary chats. Where "securely encrypted" means that the Telegram server has full access to message contents for ordinary chats. All chats should be…
Re: Telegram - secure, free messaging
#50Earlier quoted context omitted.
MTProto's author is Nikolai Durov: http://en.wikipedia.org/wiki/Nikolai_Durov He is one of most legendary math/programming champions of all time.
He's done nothing in crypto, and he's rolled his own protocol. That's historically been recipe for disaster regardless of how many honors you hold. Colin Percival is similarly decorated, along with being a cryptographer (he's the FreeBSD security officer): http://www.daemonology.net/papers/ ... yet even his crypto app Tarsnap was broken for over a year before he noticed, due to a typo during an innocent-looking refac…