Exemplo n.º 1
0
 public static string ShowDSbox()
 {
     return(decryptor.ShowSbox());
 }
Exemplo n.º 2
0
 public static string ShowSbox()
 {
     return(encryptor.ShowSbox());
 }