Re: Implementing RSA RSACryptoServiceProvider *and* JavaScript
From: Dave Anderson (GTSPXOESSGOQ_at_spammotel.com)
Date: 11/18/04
- Next message: Mark Oliver: "newbie - asp.net"
- Previous message: tshad: "Re: Reloading of pages"
- In reply to: news.bt.com: "Implementing RSA RSACryptoServiceProvider *and* JavaScript"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 18:09:10 -0600
news.bt.com wrote:
> ...I want to implement RSA on the client in JavaScript.
>
> Having hunted around the internet, I keep drawing a blank here. There
> are several implementations of RSA, but none of them are compatible
> with the RSACryptoServiceProvider object. The bottom line is there's
> some enormous numbers involved here (1024 bits worth!), so there's a
> shed load of scary maths involved.
Actually, the algorithm is simple once you get multi-precision arithmetic
mastered. In any case, this may help:
http://sourceforge.net/projects/webrsa
-- Dave Anderson Unsolicited commercial email will be read at a cost of $500 per message. Use of this email address implies consent to these terms. Please do not contact me directly or ask me to contact you directly for assistance. If your question is worth asking, it's worth posting.
- Next message: Mark Oliver: "newbie - asp.net"
- Previous message: tshad: "Re: Reloading of pages"
- In reply to: news.bt.com: "Implementing RSA RSACryptoServiceProvider *and* JavaScript"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|