Module auth

Module auth 

Source
Expand description

Authentication messages.

Structs§

ScramClient
SCRAM-SHA-256 client implementation.

Functions§

md5_password
Compute MD5 password hash.
write_password
Write a PasswordMessage (cleartext or MD5 hashed password).
write_sasl_initial_response
Write a SASLInitialResponse message.
write_sasl_response
Write a SASLResponse message.