RSA encryption using javascript

From: sri (anonymous_at_discussions.microsoft.com)
Date: 05/25/04


Date: Tue, 25 May 2004 03:56:04 -0700

Hi,
I have a requirement in which i need to encrypt the password using RSA in javascript and save it in the sql server. This is the password which i need to use when connecting to another machine. So i need the password in clear text while connecting. For this i need to use vb.net to decrypt the password in the sql server. I ve gone through the RSACryptoServiceProvider but i am not very clear about how i can use the keys in javascript to decrypt in vb.net.
Any help appreciated
regards
sri