what should i search for to learn this? [on hold]
up vote
-2
down vote
favorite
i wanted to make this telegram MTproto https://core.telegram.org/mtproto by myself for sake of both learning and using (if i can do it)
my main problem is i don't know what should i search for to learn and be able to do the things for this mtproto . the documents seems to be so confusing ..
for example what should i learn to : make salt, session id , encrypt these together , put message inside this encrypted text how send and receive and so on.
sorry if i couldn't declare the problem so well
ruby telegram mtproto
put on hold as off-topic by Yu Hao, Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
i wanted to make this telegram MTproto https://core.telegram.org/mtproto by myself for sake of both learning and using (if i can do it)
my main problem is i don't know what should i search for to learn and be able to do the things for this mtproto . the documents seems to be so confusing ..
for example what should i learn to : make salt, session id , encrypt these together , put message inside this encrypted text how send and receive and so on.
sorry if i couldn't declare the problem so well
ruby telegram mtproto
put on hold as off-topic by Yu Hao, Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar
If this question can be reworded to fit the rules in the help center, please edit the question.
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
i wanted to make this telegram MTproto https://core.telegram.org/mtproto by myself for sake of both learning and using (if i can do it)
my main problem is i don't know what should i search for to learn and be able to do the things for this mtproto . the documents seems to be so confusing ..
for example what should i learn to : make salt, session id , encrypt these together , put message inside this encrypted text how send and receive and so on.
sorry if i couldn't declare the problem so well
ruby telegram mtproto
i wanted to make this telegram MTproto https://core.telegram.org/mtproto by myself for sake of both learning and using (if i can do it)
my main problem is i don't know what should i search for to learn and be able to do the things for this mtproto . the documents seems to be so confusing ..
for example what should i learn to : make salt, session id , encrypt these together , put message inside this encrypted text how send and receive and so on.
sorry if i couldn't declare the problem so well
ruby telegram mtproto
ruby telegram mtproto
asked yesterday
Stick
63
63
put on hold as off-topic by Yu Hao, Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Yu Hao, Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Sergio Tulentsev, Sebastian Palma, Kimmo Lehto, Dalija Prasnikar
If this question can be reworded to fit the rules in the help center, please edit the question.
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday
add a comment |
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cryptography. Read a few books about cryptography. Forgive my bluntness, but if you don't know what salt is, or how to encrypt a string with AES, it's way too early for you to attempt this. Desire to learn is commendable, but I would choose more achievable goals first. Baby steps, you know.
– Sergio Tulentsev
yesterday
i do know the meaning of salt, cryptography and .. but a don't understand how to do the process the way in document said. i mean how to make salt , session id and ... how attache the message to them and do the rest of making them 0's and 1's and sending and receiving . i just know these thing as i did a little web programming but not too deep to working with them.
– Stick
yesterday
Ah, I see. In this case, I don't know a better source than that documentation, sorry. A few of my friends were able to implement mtproto clients using just that, though.
– Sergio Tulentsev
yesterday
So it's at least sufficient, even if not too readable.
– Sergio Tulentsev
yesterday