Talk:SGE protocol

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)