Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50667 > unrolled thread

Python - remote object protocols and security

Started byJean-Michel Pichavant <jeanmichel@sequans.com>
First post2013-07-15 12:13 +0200
Last post2013-07-15 12:13 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python - remote object protocols and security Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-07-15 12:13 +0200

#50667 — Python - remote object protocols and security

FromJean-Michel Pichavant <jeanmichel@sequans.com>
Date2013-07-15 12:13 +0200
SubjectPython - remote object protocols and security
Message-ID<mailman.4711.1373883293.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web