mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Save SHA1(UPPER(user):UPPER(pass)) hash to login.cfg instead of the plaintext password. On subsequent logins, use the stored hash directly with a new authenticateWithHash() method that bypasses password hashing. The password field shows a placeholder when using a stored hash. |
||
|---|---|---|
| .. | ||
| auth_handler.hpp | ||
| auth_opcodes.hpp | ||
| auth_packets.hpp | ||
| big_num.hpp | ||
| crypto.hpp | ||
| rc4.hpp | ||
| srp.hpp | ||