risingwave_frontend::user::user_authentication

Function md5_hash

source
pub fn md5_hash(name: &str, password: &str) -> Vec<u8> 
Expand description

Encrypt “password+name” with MD5.