I am new to Visual Basic.NET. I have a few queries.
1) I am trying to encrypt an XML file and I am able to perform the encryption on two tags separately. As I assume (using RSA algorithm) VB will be using two different keys for encryption of two different tags though the algorithm is same, I want to verify this, so how do I output in the console the keys it used.
(I am using a simple XML encryption code available as an example at MSDN pages)
2) How do I encrypt an XML document's two different tags with two different algorithms? And two different pages of one Word Document with two different algorithms.
Please help me.
Thanks in advance!


