pub fn decrypt_with_password(
    encrypted: &str,
    password: &str
) -> Result<String, MutinyError>