How to make RSACryptoServiceProvider work without padding (nopadding)?

后端 未结 3 1758
无人共我
无人共我 2021-02-06 17:00

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

3条回答
  •  难免孤独
    2021-02-06 17:42

    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)

提交回复
热议问题