RSA cryptography between Python and Java

Rob Knop rknop at pobox.com
Sat Jul 25 16:08:17 EDT 2009


Paul Rubin <http://phr.cx@NOSPAM.invalid> writes:

> www.trevp.com/tlslite

Thanks, but that looks like a library for setting up a secure connection
between two ends.  What I need is the ability to encrypt with a public
key in Python, where that public key was generated in Java as described,
and where the cipertext can later be decrypted with the corresponding
secret key in Java.

-- 
--Rob Knop
  E-mail:    rknop at pobox.com
  Home Page: http://www.pobox.com/~rknop/
  Blog:      http://www.sonic.net/~rknop/blog/



More information about the Python-list mailing list