Re: [PHP] Public/Private Key Encryption

2005-02-07 Thread Richard Lynch
Dan Trainor wrote: > Daniel Bowett wrote: >> Is there any way I can use public/private key encryption in php in a >> similar way to mcrypt. >> >> I have got php encrypting the data using gnugp but need to automate the >> decrytping element which is proving difficult because of the way the >> passwo

Re: [PHP] Public/Private Key Encryption

2005-02-06 Thread Stig Venaas
On Sun, Feb 06, 2005 at 09:23:30PM +, Daniel Bowett wrote: > Is there any way I can use public/private key encryption in php in a > similar way to mcrypt. > > I have got php encrypting the data using gnugp but need to automate the > decrytping element which is proving difficult because of th

Re: [PHP] Public/Private Key Encryption

2005-02-06 Thread Dan Trainor
Daniel Bowett wrote: Is there any way I can use public/private key encryption in php in a similar way to mcrypt. I have got php encrypting the data using gnugp but need to automate the decrytping element which is proving difficult because of the way the password is passed. While Daniel has bra

[PHP] Public/Private Key Encryption

2005-02-06 Thread Daniel Bowett
Is there any way I can use public/private key encryption in php in a similar way to mcrypt. I have got php encrypting the data using gnugp but need to automate the decrytping element which is proving difficult because of the way the password is passed. -- PHP General Mailing List (http://www.p