public void IsValid_HashIsValid()
 {
     Assert.AreEqual(true, encryptor.IsValid(correctPassword, hash));
 }