Kelsidavis-WoWee/include/auth
Kelsi 669d89c108 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.hpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00
auth_opcodes.hpp Fix auth protocol to match real WoW 3.3.5a client format 2026-02-05 12:39:34 -08:00
auth_packets.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
big_num.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
crypto.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
rc4.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
srp.hpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00