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

OTClient OTClient encrypt / decrypt

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,188
Solutions
34
Reaction score
200
As everyone knows, otclient's default encryption (ENC3) is very simple to bypass.
There are ready-made codes on the internet, where you run it and it decrypts the files. (ENC3).

I sent this file to someone to try to decrypt (official OTCV8 file): Hastebin (https://hastebin.skyra.pw/yotiwinevo.powershell)
And in less than 2 minutes, he sent back me this file (it was decrypted): Hastebin (https://hastebin.skyra.pw/osuqipiwec.pgsql)

He told me that he found a ready-made code on the internet and uses it.
So my question is, I know it's impossible to encrypt 100%, but how can I make it more difficult? so that a noob doesn't get a ready-made code on the internet and press a button and have all the game files?
 
Its not ENC3, its xtea.

So my question is, I know it's impossible to encrypt 100%, but how can I make it more difficult? so that a noob doesn't get a ready-made code on the internet and press a button and have all the game files?
By making new, own encryption (or rather implementation of selected encryption algorithm), not something that is open sourced.
 
As everyone knows, otclient's default encryption (ENC3) is very simple to bypass.
There are ready-made codes on the internet, where you run it and it decrypts the files. (ENC3).

I sent this file to someone to try to decrypt (official OTCV8 file): Hastebin (https://hastebin.skyra.pw/yotiwinevo.powershell)
And in less than 2 minutes, he sent back me this file (it was decrypted): Hastebin (https://hastebin.skyra.pw/osuqipiwec.pgsql)

He told me that he found a ready-made code on the internet and uses it.
So my question is, I know it's impossible to encrypt 100%, but how can I make it more difficult? so that a noob doesn't get a ready-made code on the internet and press a button and have all the game files?
which tool this guy was using he did not tell you?
 
Back
Top