Talk:SGE protocol: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
m (3 revisions: Krakiipedia Import)
 
(No difference)

Latest revision as of 20:32, 31 December 2014

I used this method to log in, and it worked fine... until yesterday (June 4, 2009). I searched around and found that Warlock (another FE) used a different encryption method to log in, and I used that, which worked. Basically, for each character in the password, pw[i]:

pw[i] = hashkey[i](pw[i] - 32) + 32

Andy talk 11:45, 5 June 2009 (EDT)

The method outlined in the article is still working fine for me and my game entry.
Oliver Talk 10:22, 8 June 2009 (EDT)
Assuming that the superscript is meant to be ^ (XOR), then it is the same way that is described in the article, just a different way to write it. i.e. a XOR b is the same as b XOR a... Andreas 19:53, 10 October 2009 (EDT)