Exemplo n.º 1
0
 public byte[] RSADecryptCTR(byte[] input)
 {
     //RSA rsa = new RSA();
     // rsa.init(17, 23);
     return(rsa.DecryptCTR(input));
 }