Is there any known way to sign a plain text string with RSA private key on Google App Engine Python SDK?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
I haven't used it, but this appears to be a pure-Python RSA implementation, so it might work on App Engine:
http://stuvel.eu/rsa
Their Mercurial repo appears to be fairly active, too.
The library tlslite included in the gdata python library is a good option.
http://code.google.com/p/gdata-python-client/
example: