Hi Richard, Can you be a bit more specific, do you want to encrypt "data" in web2py sounds a little vague, do you want to encrypt the contents of the information stored in a database? - or is it flat files, or other kind of information?
What OS are you on? - Are you in Windows, Linux, OS X, Solaris, etc, etc, I've used encryption in the past (I do linux/OSX only) without a single problem at all... Is this a web2py issue? - or is it that you cannot install the packages of m2crypto for your setup, what versions of the OS/web2py/ python are you using? Thanks, Julio On Oct 3, 8:00 am, horridohobbyist <horrido.hobb...@gmail.com> wrote: > 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