Hi,

I am trying to encrypt my private message using RSA algorithm.

I got RSACryptoServiceProvider namespace in C# .NET which do the same work. But I am looking for VB 6.0 equivalent of RSACryptoServiceProvider.

Actually I want to incorporate this code in Excel VBA for general use.

Can anybody help me on that???

Or else please tell me if there is any alternative to encrypt my private message using RSA algorithm (I don't have any option other than RSA as it is the basic requirement of my project )