[][src]Function djangohashers::make_password

pub fn make_password(password: &str) -> String

Based on the current Django version, generates an encoded hash given only a password, uses a random salt and the PBKDF2 algorithm.