I learned that GAE has a customized version of PyCrypto. but "from Crypto.Cipher import *" raises: NotImplementedError: This function is not supported on App Engine.
Neither, import DES,Blowfish,..... from Crypto.Cipher all are failed with the same reason. I does not see these ciphers have been excluded as described on the list in http://code.google.com/intl/zh-en/appengine/docs/python/tools/libraries.html#PyCrypto What's the right way to import these Ciphers? Or they are all not implemented? Thanks in advance. -- 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.
