pub fn make_password_with_settings(
    password: &str,
    salt: &str,
    algorithm: Algorithm
) -> String
Expand description

Based on the current Django version, generates an encoded hash given a complete set of parameters: password, salt and algorithm.