Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15247 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43015 invoked by uid 1010); 4 Mar 2005 10:10:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42998 invoked from network); 4 Mar 2005 10:10:34 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 4 Mar 2005 10:10:34 -0000 X-Host-Fingerprint: 64.233.184.196 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.196:28743] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 56/C2-29225-A1438224 for ; Fri, 04 Mar 2005 05:10:34 -0500 Received: by wproxy.gmail.com with SMTP id 49so386102wri for ; Fri, 04 Mar 2005 02:10:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NtnXrFaB1mC7IWYt/EzTLoPNSRhkwi2PxgQnjSf4H2SiHojh7CL5cq7JM0sATAVP2gRVoNmpCPApLbnuj3B+RnZo900YvuH3WzihiKsAtrJSAs9kqX06jOUbp82aI+21JqzEqePLP3SRPicgt9ryfGwCIfQh5911bRh97V4qAJE= Received: by 10.54.20.43 with SMTP id 43mr42271wrt; Fri, 04 Mar 2005 02:10:32 -0800 (PST) Received: by 10.54.20.17 with HTTP; Fri, 4 Mar 2005 02:10:32 -0800 (PST) Message-ID: <2fd662a0050304021017e3a43c@mail.gmail.com> Date: Fri, 4 Mar 2005 11:10:32 +0100 Reply-To: Mark Evans To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Encryption Routines and PHP 5.1+ From: markright@gmail.com (Mark Evans) Hi All I am sorry if this has been asked before... I have searched the internals list and also many of the other php lists but couldnt find any conclusive answer. The question is, are there any plans to include integrated encryption routines in the php core? At the moment the optional mcrypt library is needed and this is often not installed so a fall back is needed were the routines are written in pure php. Since the mcrypt library is released under the GPL and php under the php 3.0 licence I guess the option to integrate the solutions isnt available so the other option would be for php to include their own encryption routines. Is this planned or is this even an option? Also as you can imagine trying to do asymmetrical encryption in pure php isnt very efficient so if the above is planned would it at the same time be possible to include so kind of asymmetrical routine such as diffie-hellman or the like? Many thanks for any response. Regards Mark