Hi,

I have a query string I need to encrypt using AES in CBC mode with
zero padding, before finally encoding it to base64 and I need to run
this on Google App Engine in Python.

I've had a look around and can't be sure what works in GAE and what
doesn't, I'm also finding it hard to get example code of some of those
I believe should work, such as (http://code.google.com/p/slowaes/).

Does anyone have a code example or link to one for AES encryption in
python on Google App Engine?

I think AESSlow seems to be the one to use with App Engine but can
find no examples of how to implement it.

Thanks,
Denis

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to