MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | HttpServerComponentImpl |
Functions | |
static std::optional< std::vector< uint8_t > > | scramble (std::string_view nonce, std::string_view password, const EVP_MD *digest_func, bool nonce_before_double_hashed_password) |
scramble the password using the client's scheme. More... | |
|
static |
scramble the password using the client's scheme.
nonce | nonce used between server and client |
password | cleartext password to be scrambled |
digest_func | digest function |
nonce_before_double_hashed_password | if true, nonce appears before double_hashed_password; if false, nonce appears after double_hashed_password |