|
|
|
|
|
by x092
2724 days ago
|
|
What I find interesting is that this article is very recent, however the calculations on Crypto are not up to date. MtProto has had some big changes some time ago already: - SHA-256 is used instead of SHA-1; - Padding bytes are involved in the computation of msg_key; - msg_key depends not only on the message to be encrypted, but on a portion of auth_key as well; - 12..1024 padding bytes are used instead of 0..15 padding bytes in v.1.0. See https://core.telegram.org/mtproto/description |
|