Error occurred while decoding OAEP padding

后端 未结 8 1315
青春惊慌失措
青春惊慌失措 2020-12-06 09:45

While decrypting text using RSACryptoServiceProvider.Decrypt, I am getting the error:

Error occurred while decoding OAEP padding.

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 10:50

    A common mistake is to try to decrypt using the public key.

提交回复
热议问题