Kelsidavis-WoWee/src/auth
Kelsi ca84384402 Store password hash instead of plaintext for login persistence
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.
2026-02-05 15:09:16 -08:00
..
auth_handler.cpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00
auth_opcodes.cpp Fix auth protocol to match real WoW 3.3.5a client format 2026-02-05 12:39:34 -08:00
auth_packets.cpp Fix FourCC encoding and protocol version in LOGON_CHALLENGE 2026-02-05 13:47:54 -08:00
big_num.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
crypto.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
rc4.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
srp.cpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00