RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Client encryption key

RadstaR

Sorceror
Client encryption key

new LoginKey("6.0.3", 0x2FBBB7CD, 0xA2C95E7F),
new LoginKey("6.0.2", 0x2F63ADDD, 0xA2A5227F),
new LoginKey("6.0.1", 0x2F2BA7ED, 0xA2817E7F),
new LoginKey("6.0.0", 0x2f13a5fd, 0xa29d527f),
new LoginKey("5.0.9", 0x2F6B076D, 0xA2A3BE7F),
new LoginKey("5.0.8", 0x2f53257d, 0xa2bf527f),
new LoginKey("5.0.7", 0x10140441, 0xa29bfe7f),
new LoginKey("5.0.6", 0x2fc3ed9c, 0xa2f4227f),
new LoginKey("5.0.5", 0x2f8b97ac, 0xa2d0de7f),
new LoginKey("5.0.4", 0x2e7385bc, 0xa22d127f),
new LoginKey("5.0.3", 0x2e3bb7cc, 0xa2095e7f),
new LoginKey("5.0.2", 0x2ee3addc, 0xa265227f),
new LoginKey("5.0.1", 0x2eaba7ec, 0xa2417e7f),
new LoginKey("5.0.0", 0x2E93A5FC, 0xA25D527F),
new LoginKey("4.0.11", 0x2C7B574C, 0xA32D9E7F),
new LoginKey("4.0.10", 0x2C236D5C, 0xA300A27F),
new LoginKey("4.0.9", 0x2FEB076C, 0xA2E3BE7F),
new LoginKey("4.0.8", 0x2FD3257C, 0xA2FF527F),
new LoginKey("4.0.7", 0x2F9BC78D, 0xA2DBFE7F),
new LoginKey("4.0.6", 0x2F43ED9C, 0xA2B4227F),
new LoginKey("4.0.5", 0x2F0B97AC, 0xA290DE7F),
new LoginKey("4.0.4", 0x2EF385BC, 0xA26D127F),
new LoginKey("4.0.3", 0x2EBBB7CC, 0xA2495E7F),
new LoginKey("4.0.2", 0x2E63ADDC, 0xA225227F),
new LoginKey("4.0.1", 0x2E2BA7EC, 0xA2017E7F),
new LoginKey("4.0.0", 0x2E13A5FC, 0xA21D527F),
new LoginKey("3.0.8", 0x2C53257C, 0xA33F527F),
new LoginKey("3.0.7", 0x2C1BC78C, 0xA31BFE7F),
new LoginKey("3.0.6", 0x2CC3ED9C, 0xA374227F),
new LoginKey("3.0.5", 0x2C8B97AC, 0xA350DE7F),
 

RadstaR

Sorceror
Nobody can't help me ?
Or have anybody tutorial how to search this key, so that didn't have to tease you ?
 

floppydisc

Sorceror
There you go:
0x2F6B076D
0xA2A3BE7F

Sorry that I still didn't have the time to write an automated tool for that :(
 

RavonTUS

Sorceror
Greetings,

Does anyone have a history of previous clients encryptions? 5.0.3 and up?

Code:
            new LoginKey("5.0.9", 0x2F6B076D, 0xA2A3BE7F),
            new LoginKey("5.0.8", 0x2F53257D, 0xA2BF527F),
            new LoginKey("5.0.7", 0x10140441,0xA29BFE7F),
            new LoginKey("5.0.6", 0x2fc3ed9c, 0xa2f4227f),
            new LoginKey("5.0.5", 0x2f8b97ac, 0xa2d0de7f),
            new LoginKey("5.0.4", 0x2e7385bc, 0xa22d127f),
   	    new LoginKey("5.0.2", 0x2ee3addc, 0xa265227f),
	    new LoginKey("5.0.1", 0x2eaba7ec, 0xa2417e7f),

I have several people that cannot connect, so I am looking for away to use the RunUO console to tell me what version of Client they are using.

-Ravon

Nevermind, didn't search enough.
 

RadstaR

Sorceror
Code:
            new LoginKey("5.0.9", 0x2F6B076D, 0xA2A3BE7F),
            new LoginKey("5.0.8", 0x2f53257d, 0xa2bf527f),
            new LoginKey("5.0.7", 0x10140441, 0xa29bfe7f),
            new LoginKey("5.0.6", 0x2fc3ed9c, 0xa2f4227f),
            new LoginKey("5.0.5", 0x2f8b97ac, 0xa2d0de7f),
            new LoginKey("5.0.4", 0x2e7385bc, 0xa22d127f),
            new LoginKey("5.0.3", 0x2e3bb7cc, 0xa2095e7f),
Keys are tested and works
 
You need a special script on your server that allows for encrypted clients to connect. You can find it here on the forums. :)
I won't go over the details regarding encryption, but by default the client is encrypted and you need the keys for the script, so that it can decode the data. Of course tools like Razor and ConnectUO can remove the encryption on the fly (also you can use UORice) (also for client 6.0.0.0 ;))
 

Cathayan

Wanderer
Sotho Tal Ker;679293 said:
You need a special script on your server that allows for encrypted clients to connect. You can find it here on the forums. :)
I won't go over the details regarding encryption, but by default the client is encrypted and you need the keys for the script, so that it can decode the data. Of course tools like Razor and ConnectUO can remove the encryption on the fly (also you can use UORice) (also for client 6.0.0.0 ;))
Thx! But, hm, a can't find "special script for allow encrypted clyents to connect" in forum.. help please...
 

Cathayan

Wanderer
yap! :)

but... :(
i copy .cs files to scripts/engines/encryption, patch netstate.cs (my netstate.cs was already patched) and start server...

after i connect - console write line "Client: 127.0.0.1: Connected. [1 Online]" and the end. my client freeze in login window (verifying account)...

what's up? how to fix?
 

RadstaR

Sorceror
Key for 6.0.1.x
Code:
new LoginKey("6.0.1", 0x2F2BA7ED, 0xA2817E7F),

Thanx to people from Sphere Server :)
 
I am wondering if anyone has the link to the OSI Encryption Key core mod that is neccessary to run the package on the RunUO 1.0 build.. The OSI Encryption Key thread is old, and the link in the instruction read me file leads to a dead link.
 
Top