I'm looking for a way to encrypt/decrypt data in web2py. Someone suggested that pyme is already included in web2py, but I think he's just plain wrong. I've seen references to m2secret on the web, but it's obvious that it needs to be installed.
I've not been able to figure out how to install M2Crypto or m2secret. What is my best course of action? (I'm currently using pyDes, which is an all-Python implementation. It is exceedingly slow, however.) Thanks, Richard

