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