Exemplo n.º 1
0
 public string Decrypt()
 {
     return(Rot13.Cypher(Summary));
 }