Seems there is native code there for various ciphers and hashes. Just
include the Python parts of PyCrypto in your project. Try running:

    [ x for x in sys.modules.keys() if 'ypt' in x ]

on http://shell.appspot.com


David

2009/5/5 Devel63 <danstic...@gmail.com>:
>
> What??  How does this reconcile with the 1.2.1 announcement:
>
>    App Engine includes a custom version of the Python Cryptography
> Toolkit, also known as PyCrypto.
>    The version included with App Engine is based on pycrypto 2.0.1.
> This is not the latest version, but
>    should be largely compatible with more recent versions.
>
>    http://code.google.com/appengine/docs/python/tools/libraries.html
>
>
> On May 5, 7:54 am, "Nick Johnson (Google)" <nick.john...@google.com>
> wrote:
>> PyCrypto is a third-party library. If it is installed, it will be in
>> your Python install's site-packages directory, not under the App
>> Engine SDK.
>>
>> -Nick Johnson
> >
>



-- 
It is better to be wrong than to be vague.
  — Freeman Dyson

--~--~---------~--~----~------------~-------~--~----~
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 
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