Link to home
Start Free TrialLog in
Avatar of CodeYankee
CodeYankee

asked on

RSA Encryption Via Javascrypt

Greetings All,

I have a ".NET" dll I use on my server to encrypt and decrypt strings using .NETs RSACryptoServiceProvider public / private key pairs.  I would like to write a javascript class that can be used on the client to encrypt a string, when it is given a public RSA key to encrypt with.  Anybody come across javascript code that will do the encryption?

Thanks,

CodeYankee
Avatar of pinaldave
pinaldave
Flag of India image

Can there be any other link then research page from school
http://www.cs.pitt.edu/~kirk/cs1501/notes/rsademo/
http://pajhome.org.uk/crypt/md5/
This is the best!
---Pinal
ASKER CERTIFIED SOLUTION
Avatar of pinaldave
pinaldave
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GlennGilbert
GlennGilbert

Thanks for the answer.  Pity it didn't answer the question.

Does anyone have an example of JavaScript that integrates with the .NET RSACryptoServiceProvider to enable asymetric encryption on a client that can be read and used on a .net server?

There are lots of RSA JavaScript examples,  but the difficulty is getting the .net RSA implementation working with these client-side scipts.


Glenn