public static bool VerifyPassword(string password, string hashed) { return(BCryptAlgorithm.VerifyPassword(password, hashed)); }