Encrypt XML data using Rijndael Encryption Algorithm in ASP.Net Core

namojainashish
 
on Feb 17, 2022 01:25 AM
1222 Views

Hi Team,

How to use Encrypt XML data to Rijndael Encryption Algorithm with 256 Keybits in asp.net Core.

Please help me this assignment for Get request API and response asp.net.

Exp: I want to send request in XML and this XMl data convert to encrypted after that this encrypted data convert to Rijndael Encryption Algorithm with 256 Keybits .

another E.g;

Encrypt the XML using the public key assigned to me. Use Rijndael Encryption Algorithm with 256 Keybits for encrypting XML. The public key shared with me should be used as “key” for encrypting the XML.

Encode the encrypted data into Base64 string

Download FREE API for Word, Excel and PDF in ASP.Net: Download
namojainashish
 
on Feb 17, 2022 01:50 AM

Thanks Team for support every time.

I want to you  some  Example in Proper code it is easy for me.

I have only geting simple XMl request and how to get encrpted and use alogortm .i have not idea.

 

 

dharmendr
 
on Feb 17, 2022 05:54 AM

Please try the code at your end then let me know if any issue.