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

Change requiered RSA key ?

Rayeko

Programmer
Joined
Apr 9, 2008
Messages
185
Reaction score
3
Hi

Well I have a question, maybe someone in here know the answer :p

Im making a custom client, and I wonder if its possible to change in the Distro the requiered RSA key ?
So that, only players with the custom client can enter to the server.
Or maybe another way I can achieve this?


Hope someone can help me, thanks :D!

Edit: I use TFS 0.3.6pl1
 
I know how to change the RSA key in the client.. Thanks.
But, Im asking for the RSA key of the OT, I mean.. The Distro.

So that only people with the custom client (that has that certain RSA key), will be able to enter.
 
oh, sorry... didn't read good enough then xD
dunno where TFS store the RSA =(
Just open the entire project in C++ program and use the search function to locate which files are involved, and then just try to change it and recompile it and see if it works ^_^
 
I already tried that, but didn't found anything ):

Though, Im still with doubt in this: (( data/xml/admin.xml ))

Code:
<?xml version="1.0" encoding="UTF-8"?>
<otadmin enabled="0">
	<security onlylocalhost="1" maxconnections="1" loginrequired="1" loginpassword=""/>
	<encryption required="0">
		<!-- key type="RSA1024XTEA" file="rsakey.private"/ -->
	</encryption>
</otadmin>


The line which says "key type", and the "rsakey.private" are suspicious for me :p
But dunnow where I can find them xD
 
Back
Top