I'm trying to encrypt financial data to send as an email attachment. I'm on Windows 7. I'm using the latest stable version of web2py.
The issue is mainly that of installing an encryption package into web2py. Some of the packages I've found require building from C source -- I don't particularly want to do that. I'm looking for a straightforward and relatively easy way to include encryption capability into web2py. Thanks, Richard On Oct 4, 5:01 pm, Julio Schwarzbeck <[email protected]> wrote: > 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 <[email protected]> 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

