pub fn hash_password_bcrypt(password: &str) -> Result<String>
Hash a password using bcrypt (alternative implementation).