pub async fn set_password(password: &str) -> Result<()>
Stores password using the Argon2 algorithm with a random 128bit salt.