Talk:SGE protocol

The official GemStone IV encyclopedia.
Revision as of 10:45, 5 June 2009 by Maintenance script (talk | contribs) (New page: 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)