Python - remote object protocols and security

Jean-Michel Pichavant jeanmichel at sequans.com
Mon Jul 15 06:20:06 EDT 2013


In text format... sorry for my previous html post

Hello everyone, 

I'd like to exchange some simple python objects over the internet. 
I initially planned to use Pyro, after reading http://pythonhosted.org/Pyro4/security.html I'm still puzzled. 

I don't mind encrypting data, if someone wants to sniff what I'm sending, he's welcome. 

What I think I need to care about, is malicious code injections. Because both client/server will be in python, would someone capable of executing code by changing one side python source ? 

How do I prevent this and still provide the source to everyone ? 

JM 


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the Python-list mailing list