Exemplo n.º 1
0
 public void Init()
 {
     sdes       = new SDES(key);
     ciphertext = sdes.Encrypt(expectedPlaintext);
 }