I need to make a C# application compatible with a Java application.
The Java application uses a Cipher.getInstance(\"RSA/ECB/nopadding\"); initializer to ma
Cipher.getInstance(\"RSA/ECB/nopadding\");
Using OpenSSL.NET will make no-padding available. However, I can't make it work (See this question if you want to help me make it work)