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: Bro

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 stro

RE: [PHP] On-the-fly encryption

2003-11-20 Thread Chris W. Parker
Ray 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 unsubscri