Rob Knop <rk...@pobox.com> 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.
Yes, I think that library has the function that you want. It's just X509 DER encoding. -- http://mail.python.org/mailman/listinfo/python-list