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 google-appengine@googlegroups.com
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