Wytiner Borges
Wytiner Borges
I fixed this issue on protocollogin.cpp here's the new code: // Generate and add session key static std::independent_bits_engine rbe; std::string sessionKey(16, '\x00'); std::generate(sessionKey.begin(), sessionKey.end(), std::ref(rbe)); output->addByte(0x28); output->addString(tfs::base64::encode({sessionKey.data(), sessionKey.size()})); // Convert...
> @froomzim what version of MySQL/MariaDB are you running? mysql Ver 15.1 Distrib 10.4.32-MariaDB, for Win64 (AMD64), source revision c4143f909528e3fab0677a28631d10389354c491
> I've managed to login using this method on locahost, using xampp no problems. Thank you! Glad to know, gl bro