Newsgroups: php.internals,php.windows Path: news.php.net Xref: news.php.net php.internals:14070 php.windows:25159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63039 invoked by uid 1010); 15 Dec 2004 10:41:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61946 invoked from network); 15 Dec 2004 10:41:42 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.117) by pb1.pair.com with SMTP; 15 Dec 2004 10:41:41 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id B25BA6D92D; Wed, 15 Dec 2004 11:41:40 +0100 (CET) Received: by xaxa.search.ch (Postfix, from userid 65534) id 474746D8FA; Wed, 15 Dec 2004 11:41:38 +0100 (CET) Received: from [192.168.1.72] (ultrafilter2-i [192.168.85.3]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by xaxa.search.ch (Postfix) with ESMTP id 6CE8779443; Wed, 15 Dec 2004 11:41:37 +0100 (CET) Message-ID: <41C014E0.5020808@cschneid.com> Date: Wed, 15 Dec 2004 11:41:36 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Van Dyk Cc: Wez Furlong , php-windows@lists.php.net, internals@lists.php.net References: <20041214095820.76585.qmail@pb1.pair.com> <4e89b4260412140718590f360f@mail.gmail.com> <00b201c4e1f3$703ec180$0100a8c0@bluebox.co.za> In-Reply-To: <00b201c4e1f3$703ec180$0100a8c0@bluebox.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] im convert php-screw to windows dll From: cschneid@cschneid.com (Christian Schneider) Andrew Van Dyk wrote: > Sorry... PHP Screw is a module to encrypt your PHP files so you > don't distribute the source code. It works perfectly in UNIX, but Just a quick note for people considering using PHP Screw: It is absolutely trivial to decrypt such a file as the encryption algorithm is datap[i] = (char)pm9screw_mycryptkey[(datalen - i) % cryptkey_len] ^ (~(datap[i])); See for an essay by Bruce Schneier of what he thinks of home-grown crypto :-) Regards, - Chris