Talk:SGE protocol
Jump to navigation
Jump to search
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)