200k gone just like that, better now then later.
Telegram protocol defeated. Authors are going to modify crypto-algorithm
11–20 of 223 posts
Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#12Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#13Earlier quoted context omitted.
Why not the 200K? Was it outside the parameters of the contest or something?
Yes, outside. Although the underground of this contest was to prove security and inability to read messages by 3rd parties contest was about decrypting Durov's chat. Chat is not decrypted and as many say - it's nearly impossible ( http://thoughtcrime.org/blog/telegram-crypto-challenge/ ). But "bookmark" is found and it means that all the PR was shit. Telegram already removed 'xor nonce' from their documentation and a…
Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#14Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#15Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#16Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#17Why does Telegram provide the generator (g and p) and then suggest validation and caching? These can be hardcoded parameters
Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#18Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#19cool stuff. Give the guy his prize
Re: Telegram protocol defeated. Authors are going to modify crypto-algorithm
#20Why does Telegram provide the generator (g and p) and then suggest validation and caching? These can be hardcoded parameters
in cryptography nothing is hardcoded (or at least hardcoded values should have enough entropy) :) if client doesnt use caching - then every message user sends should obtain a new pair of p/g (which is expensive) - and it will make telegram not only insecure but also "slow" messenger :P