EQ2EMu/EQ2/win
Image 6a06b51c5d SHA512 Implementation **Must reset password on worldservers and accounts**
Fixes #10

LS database:
- md5 no longer used, now use sha2('password',512) instead for mysql/mariadb
- account table passwd expanded to 256 chars
- login_worldservers password field expanded to 256 chars

manual update:

\u eq2ls
alter table account modify column passwd varchar(256) not null default '';
alter table login_worldservers modify column password varchar(256) not null default '';
2020-03-18 23:15:10 -04:00
..
VC10Projects SHA512 Implementation **Must reset password on worldservers and accounts** 2020-03-18 23:15:10 -04:00
EQ2WorldVC10.sln Base 2020-02-28 09:17:24 -05:00