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

rsa

  1. X

    C++ Convert RSA System from old to new

    Hello, I have tried to convert the RSA system on my server (TFS 1.2) from the "old" style of having the prime1 and prime2 hard-coded in the sources to the "new" style, with a key.pem file, but I can't get it to work. Here is what I have done so far: I replaced these lines in my otserv.cpp...
  2. R

    Problem with client 12 RSA

    I have a problem connecting to the server via the tibia 12 client. I'm using the engine mattyx14/otxserver (https://github.com/mattyx14/otxserver) from this topic: OTX 12.60 OtservBR Global FULL PACK OTS (https://tibiaservers.net/forum/topic/160/otx-12-60-otservbr-global-full-pack-ots). I want...
  3. Terotrificy

    Help setting new RSA Key for server and client (trying to make only my custom otclient able to connect to server)

    Hi, i'm struggling with my RSA Key on my server (peonso/tibialegacyserver (https://github.com/peonso/tibialegacyserver)) I generated my own RSA Key following this tutorial: RSA Keys Generator (https://otland.net/threads/rsa-keys-generator.266103/#post-2645772) My otserv.ccp in my otserver...
  4. G

    client 12.51 rsa

    Good morning Otland community, I need help from this great forum. I returned to the otservers after 4 months and I wanted to update the client 12.51 since on my server I used 12.00 but I am having problems I get the following error when wanting to enter with a character i am using this znote...
  5. S

    [8.60] Remove ServerLog - CipSoft Client

    Hi guys! I've been trying to do this for a long time, without success. Is it possible to remove the Server Log tab on the CipSoft client using Hex editor? I would be happy if someone can help me. Many thanks!
  6. Sajgon

    C++ RSA decryption crashes server

    Hello friends! I recently migrated from TFS 1.0 to latest 1.3 but having an issue with the RSA decryption , I am using version 7.7 and my server compiles with no problems but crashes when connecting with my OTClient. (The below file is from vcpkg/buildtrees/cryptopp/src/TOPP_8_2_0../rsa.cpp)...
  7. qben360

    RSA p q d key generator

    Hey i need generator for my ots 7.72 Where i can generate p q d client rsa key?
  8. S

    RSA Keys Generator

    Hi guys! Can anyone who has some knowledge about RSA keys try to help me with this problem? Is it possible to generate new unique RSA Keys for use on my server? I know how to change RSA on client (HexEdit) and server (Sources/ServerSide) But my question is related to how it is possible to...
  9. P

    Compiling RSA HELP!

    I Have problemm "[Warning - Protocol::RSA_decrypt] First byte != 0 (IP: 127.0.0.1)" i change new rsa in config.lua and client but show error [Warning - Protocol::RSA_decrypt] First byte != 0 (IP: 127.0.0.1) :(
  10. elnelson

    C++ [OTC] RSA Key.

    Hello, otlanders. I have a wonder, how can i set RSA key so players must use my custom client to log in? in using retail OTC and tfs 0.4
  11. ismael jr91

    how to change rsa key in tibia client 7.72

    rsaPrime1 = "14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113" rsaPrime2 =...
  12. Snavy

    NODE.js Grabbing RSA KEY of TIBIA-10

    I have followed This Tutorial and did everything that it says. But I am receiving an error message which im not able to find a solution for: Nedims-Air:shivera nedimkanat$ node findRSAkey.js test1 // This was to see where the code was giving error buffer.js:191 throw new...
  13. Snavy

    C++ RSA Encryption

    I am trying to create a script but I have to understand how RSA works; Pub. & Priv. Keys. main quesiton: How can you send an encrypted msg to client using Python ? What happens when the encrypted msg is sent to the client? What does it look like? How does the server receive the msg? What...
  14. Ashwalker

    [Tutorial] How to find out whats OTS or Tibia public RSA key?

    Required: 1. node.js https://nodejs.org/en/download/ 2. Tibia client that you want to get RSA key from In time of writing this (Tibia 10.94, May 31, 2016) RSA key is How I can know or how it was first found out? I don't know how it was found out and never tested it, but I've compared my...
Back
Top