Exemplo n.º 1
0
 public string ViewUserName(TDES tdes)
 {
     return(tdes.Decrypt(userName));
 }
Exemplo n.º 2
0
 public string ViewPassword(TDES tdes)
 {
     return(tdes.Decrypt(password));
 }
Exemplo n.º 3
0
 private Controller()
 {
     fileEncryptor = new TDES();
     dataEncryptor = new TDES();
 }