Path: csiph.com!news.swapon.de!news.roellig-ltd.de!open-news-network.org!news.muarf.org!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.188 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.64; '*S*': 0.02; '"in': 0.09; 'subject:python': 0.14; 'door,': 0.16; 'wrote:': 0.16; 'meant': 0.22; 'leave': 0.23; 'header:In-Reply-To:1': 0.24; 'discussion': 0.24; 'header:User-Agent:1': 0.26; 'lock': 0.33; 'message- id:@gmail.com': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'quite': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'someone': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'charset:windows-1252': 0.62; 'safe': 0.63; 'our': 0.64; 'subject:your': 0.75; 'topic,': 0.79; 'answer,': 0.84; 'received:172.16.1': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=nEnMPaCqCnfIzri2eu/0eQgxHTtVFj505hMMVyOf3oE=; b=nIBftygCZJLzUWBCEQnhFYFazLFylYw5uiIOF4UgQSZCf8l7n1M8Izq2gZkOlzQkZ+ Q5f27Z/tga1qp+cuOQ25s3zPDxHntLimYdfHEhlCpBlrYI0Oy2Reum6mt5w7jaSupboW DxxN9uJ0f/iFdbW8VD6l4NVhQcTaFXdzPrdLhVkHSwQe8qUfDS2QfwsLTGHDPb0eDKsV kWnN84G1/tl/UjdmGv9/18O97Sgp0u9XGSfoRwIAi+wJ2hfRxStMrcaV3Gu8cdHscYxx ZjTO7V0jC363YuRuV3E96AHq/LGeqwDgrYBFT2GEcpyxQysOVus6DVWy2KcqcWUtuTxz njxw== X-Received: by 10.194.246.199 with SMTP id xy7mr7000829wjc.61.1442581647022; Fri, 18 Sep 2015 06:07:27 -0700 (PDT) Subject: Re: Pyarmor, guard your python scripts To: python-list@python.org References: <42f12eba-2504-4a97-a5bc-e7b9bfe2f1f9@googlegroups.com> <22dc806f-f3f4-4e5d-a939-5ecc5e4bf946@googlegroups.com> <74f43ca8-fc25-4622-8f18-784b71f781af@googlegroups.com> <63bd6da4-50ad-4b0c-bff7-5b5d26d161b3@googlegroups.com> From: Lorenzo Sutton Date: Fri, 18 Sep 2015 15:07:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442581655 news.xs4all.nl 23831 [2001:888:2000:d::a6]:48417 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96819 On 18/09/2015 13:41, Jondy Zhao wrote: [...] > In reality, when we leave the house, we lock the door, even the lock could > not make sure the safe of our property. It's just make it difficult. > It's same in the software world. Someone need the lock in both of the world. I think you meant "in the *proprietary* software world". This discussion on the topic, and in particular this answer, on Stackoverflow are quite inspiring: http://stackoverflow.com/questions/261638/how-do-i-protect-python-code/261727#261727 Lorenzo.