Javascript - Python RSA encryption interoperability

Paul Rubin http
Thu Jul 17 11:19:01 EDT 2008


Evren Esat Ozkan <sleytr at gmail.com> writes:
> I'm trying to encrypt a string with RSA. But it needs to be compitable
> with Dave's JavaScript RSA implementation*. 

What exactly are you trying to do?  That Javascript implementation
looks like bad news.  If you're trying to secure a web page, use SSL,
don't mess around with trying to encrypt it with Javascript.



More information about the Python-list mailing list