• 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!

OpenTibia RSA generator online

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,955
Solutions
98
Reaction score
3,351
Location
Poland
GitHub
gesior
There are many tutorials about generating custom RSA key for Tibia client and OTS. They all require some command line tools.
I made PHP version that generates random RSA key in all OTS formats.

Formats:
  • decimal number for Tibia clients up to 10.99
  • hexadecimal number for Tibia clients 12+
  • decimal number formatted as Lua variable for OTClient
  • key.pem file for new OTSes
  • p, q, d decimal numbers for old OTSes

Online version: OTS RSA Generator (https://ots.me/rsa/)
It generates new key every page refresh.

GitHub: GitHub - gesior/ots_rsa_generator: OTS RSA Generator - code of https://ots.me/rsa/ (https://github.com/gesior/ots_rsa_generator)

You can also download attached file and create own online RSA generator service.
 

Attachments

  • ots_rsa_generator-1.0.0.zip
    626.2 KB · Views: 43 · VirusTotal
Nice, better and more advanced than mine at https://*************/cgi-bin/rsa and open source too, well done.
mBs6GjX.png
 
Back
Top