Re: [PHP] On-the-fly encryption

2003-11-21 Thread Evan Nemerson
On Wednesday 19 November 2003 09:43 am, Ray wrote: I want to do two-way encryption on a file coming through the web server. In this context, I would want to generate a public and private key, encrypt Do you have any idea how much time and (and entropy) is required to create a reasonably

RE: [PHP] On-the-fly encryption

2003-11-21 Thread Bronislav Klucka
Hi, Little semantic correction, the function GetBalance($item) should be called GetFullPrice($item) because it returns full price of the item, but the $balance variable seems to be partial sum of the current item and previous items; Bronislv Klucka. -Original Message- From: Bronislav

[PHP] On-the-fly encryption

2003-11-20 Thread Ray
I want to do two-way encryption on a file coming through the web server. In this context, I would want to generate a public and private key, encrypt the file stream (i.e., don't want to write the unencrypted file to disk first and then encrypt it; I want to encrypt the stream as it comes in) with

RE: [PHP] On-the-fly encryption

2003-11-20 Thread Chris W. Parker
Ray mailto:[EMAIL PROTECTED] on Wednesday, November 19, 2003 9:44 AM said: Any ideas on how to accomplish this within the PHP construct? You already posted this question and I've already responded to it. Check the old thread. -- PHP General Mailing List (http://www.php.net/) To