• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

OTClient Where can I find the public RSA key OTClient?

Tibia Idle

Active Member
Joined
Nov 23, 2023
Messages
164
Reaction score
36
hello,
where is the public key in otclient? I know private rsa key is in tfs in key.pem but i cant find the public one anywhere
 
It's also available in p,q,e,n,d [n/rsaModulus is public key] format in TFS 0.4. There are all private and public key values as INTs:

EDIT:
Public key is also available in OpenSSL 'public key' format (like key.pem on server side, but for client):
 
Last edited:
Thank for help. I'm trying to make my own version of the login system with php and I'm having a problem with RSA. I thought that each version of Tibia, like 8.0 and 10.98, had different RSA keys, but in OTClient there is only one key.
 
Back
Top