pub fn verify(
    salt: String,
    password: String,
    attempted_password: String
) -> bool