[][src]Function djangohashers::make_password_with_settings

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

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