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