Suggest a best algorithm to encrypt XML file in C#.NET ?
Posted
by karthik
on Stack Overflow
See other posts from Stack Overflow
or by karthik
Published on 2010-04-16T11:26:29Z
Indexed on
2010/04/16
11:33 UTC
Read the original article
Hit count: 191
I have to encrypt XML file and send in network to place in a private server. My other application will decrypt and import to SQL the file by giving the actual Public key.
Could you please suggest me best way for this.
File: XML Type
Possible size: Up to 250 MB
Technology: C#.NET 2008
© Stack Overflow or respective owner