risingwave_frontend::user::user_authentication

Function md5_hash_with_salt

source
pub fn md5_hash_with_salt(encrypted_value: &[u8], salt: &[u8; 4]) -> Vec<u8> 
Expand description

Encrypt the stored password with given salt, used for user authentication.