Function libpq::encrypt::password[][src]

pub fn password(passwd: &str, user: &str) -> String

Prepares the md5-encrypted form of a PostgreSQL password.

See PQencryptPassword.