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:
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.
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.zip626.2 KB · Views: 62 · VirusTotal