Beispiel #1
0
 public byte[] RC4CryptCTR(byte[] input)
 {
     return(rc4.CryptCTR(input));
 }