pub async fn set_password(password: &str) -> Result<()>
Expand description

Stores password using the Argon2 algorithm with a random 128bit salt.