public string ViewUserName(TDES tdes) { return(tdes.Decrypt(userName)); }
public string ViewPassword(TDES tdes) { return(tdes.Decrypt(password)); }
private Controller() { fileEncryptor = new TDES(); dataEncryptor = new TDES(); }