Hi Leonid,

There aren't many pure python implementations for encryption libraries, for
obvious performance reasons.  I know of one RSA implementation in pure
python (http://stuvel.eu/rsa), though I don't know if the performance of
these libraries is such that a request can be made within the App Engine
request limit.

If you are interested in encryption support for App Engine, you should
probably star this feature request in the issue tracker:
http://code.google.com/p/googleappengine/issues/detail?id=534

-Marzia

On Wed, Nov 26, 2008 at 7:08 AM, Leonid Evdokimov <[EMAIL PROTECTED]> wrote:

>
> Greetings to everyone!
>
> Are there any libraries for symmetric encryption available at GAE?
> Asymmetric encryption would be cool too, but symmetric encryption is
> enough for me, and I really don't want to use some trivial
> obfuscation.
>
> I've found rijndael.py that is pure python, but it does not look like
> widespread and tested and I really don't want to rely upon unknown
> library.
> And PyCrypto seems to require some C code (e.g. it needs _counter.c to
> build PRNG and I really don't want to reimplement parts of library in
> the python unless it's the only way). Keyczar requires PyCrypto,
> etc...
>
> --
> Regards, Leonid.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to