PDA

View Full Version : 3DES encryption using VBA



AdrianP
04-14-2015, 07:45 AM
Guys,

I am new to this forum so excuse me for any mistakes I make.

I have a piece of VBA that creates an XML document.

I want to:
1) Generate a random 3DES key
2) Encrypt the XML document using 3DES with that key.
3) Make an RSA encrypted version of the random 3DES key using the public RSA key.

Is this at all possible in VBA?

Thanks.