> command = "openssl enc -aes-256-cbc -salt -in %s -out %s -k %s" % > (input_file, output_file, key) >
Will openssl command be available where you want to deploy this ? (on production server) What about path of openssl command on the production server ? Have you considered using encryption libraries like Pycrypto/MCrypto (also pyopenssl) Using these libraries should alleviate the dependency on openssl binary (and path issues) -Mandar -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

