• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved How does RSA work?

Tarek

Premium User
Premium User
Joined
Jun 9, 2012
Messages
3,593
Solutions
4
Reaction score
1,183
Location
Sweden
GitHub
Taarek
Hello OTland. Does anyone have a idea how RSA works to conenct to open tibia servers? I'm learning on how to make a IPchanger in C#.

I'm thankful for all the replies.
 
RSA is a type of encryption, itsa a key to decrypt a message and another key to decrypt it.
Its used to encrypt the packets when you send account/password to the server.
 
RSA is a type of encryption, itsa a key to decrypt a message and another key to decrypt it.
Its used to encrypt the packets when you send account/password to the server.
But if i want to make a ipchanger that makes so i can connect to a 10.77 OT. it's still the same way RSA works?
 
Where can i find OpenTibia's RSA?
OpenTibia's RSA:
Code:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413

Tibia's RSA:
Code:
132127743205872284062295099082293384952776326496165507967876361843343953435544496682053323833394351797728954155097012103928360786959821132214473291575712138800495033169914814069637740318278150290733684032524174782740134357629699062987023311132821016569775488792221429527047321331896351555606801473202394175817
 
Back
Top