RE: [PHP] PHP & PGP

2002-05-24 Thread Dave MacRae
> This is not what I need. > I'm not building a userbase to authenticate with. > > I'm holding a database of users and passwords that I need to keep. > There is no authentication done against these user/password pairs. > > I don't want to keep the passwords in free text since if someone > break

RE: [PHP] PHP & PGP

2002-05-23 Thread Boaz Yahav
From: John Horton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 5:49 PM To: Boaz Yahav; PHP General (E-mail) Subject: RE: [PHP] PHP & PGP calculate a hash of the pass the user enters and store that. When the user enters a pass again to get the data, then hash this pass and se

Re: [PHP] PHP & PGP

2002-05-22 Thread Analysis & Solutions
Boaz: On Wed, May 22, 2002 at 04:48:59PM +0100, John Horton wrote: > calculate a hash of the pass the user enters and store that. FYI, by "hash" he means using the md5() function. Ciao! --Dan -- PHP classes that make web design easier SQL Solution | Layout Solution

RE: [PHP] PHP & PGP

2002-05-22 Thread John Horton
-Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 17:43 To: PHP General (E-mail) Subject: [PHP] PHP & PGP Hi I need to encrypt some fields in my mysql database. I need to ask a user for a pass when he enters the data, encrypt it and show him the data onl

[PHP] PHP & PGP

2002-05-22 Thread Boaz Yahav
Hi I need to encrypt some fields in my mysql database. I need to ask a user for a pass when he enters the data, encrypt it and show him the data only if he enters the pass again. I know that pgp has a module that works with passwords instead of keys. I never tried this on Linux though. An

RE: [PHP] php + pgp (gnupg)

2001-10-18 Thread Joseph Blythe
ds joseph -Original Message- From: Kasper [mailto:[EMAIL PROTECTED]] Sent: Friday, 19 October 2001 8:30 AM To: [EMAIL PROTECTED] Subject: [PHP] php + pgp (gnupg) Can i decrypt files with pgp (gnupg) with php scripts? If i can, does anybody have an example or 2? Thanx /Kasper -- PHP General Ma

Re: [PHP] php + pgp (gnupg)

2001-10-18 Thread Evan Nemerson
Yes. Use backticks, system(), exec(), etc. For help on command line w/ GnuPG, try "gpg --help". I don't have examples, but there are probably some @ hotscripts.com -- Looking for a parallel, three-dimensional explicit Eulerian grid code for astrophysical magnetohydrodynamics? Of course you

[PHP] php + pgp (gnupg)

2001-10-18 Thread Kasper
Can i decrypt files with pgp (gnupg) with php scripts? If i can, does anybody have an example or 2? Thanx /Kasper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP] PHP & PGP

2001-06-29 Thread Henrik Hansen
"Pepe Lopez" <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to encrypt mails coming from my webform with pgp. Is it possible? this hack might help you http://alt-php-faq.org/#id65 -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

RE: [PHP] PHP & PGP

2001-06-29 Thread scott [gts]
se.html/package/39 > -Original Message- > From: Pepe Lopez [mailto:[EMAIL PROTECTED]] > Subject: [PHP] PHP & PGP > > Hi there, > > I want to encrypt mails coming from my webform with pgp. Is it possible? > > regards, > Lopez -- PHP General Mailing List

RE: [PHP] PHP & PGP

2001-06-29 Thread Chris Mason
me = "/var/www/.gnupg"; } -Original Message- From: Pepe Lopez [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP & PGP Hi there, I want to encrypt mails coming from my webform with pgp. Is it possible? regards, Lope

RE: [PHP] PHP & PGP

2001-06-29 Thread Chris Mason
Yes, here's some code, adapt to your needs. -Original Message- From: Pepe Lopez [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP & PGP Hi there, I want to encrypt mails coming from my webform with pgp. Is it possible?

RE: [PHP] PHP & PGP

2001-06-29 Thread David Price
ks 'your user id' -u 'their userid' Then the form and php script in the Web monkey tutorial should work. Let me know if this helps and good luck. David Price -Original Message- From: Pepe Lopez [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 7:06 AM To: [EMAIL

Re: [PHP] PHP & PGP

2001-06-29 Thread Maxim Derkachev
Hello Pepe, Thursday, June 28, 2001, 6:05:48 PM, you wrote: PL> I want to encrypt mails coming from my webform with pgp. Is it possible? It is possible. Also, If you had been chosen GNUPG instead of PGP you could use the class located at http://phpclasses.upperdesign.com/browse.html/package/24

[PHP] PHP & PGP

2001-06-28 Thread Pepe Lopez
Hi there, I want to encrypt mails coming from my webform with pgp. Is it possible? regards, Lopez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] PHP+PGP+Apache! Newbie, please help!!

2001-02-13 Thread Kevin Connolly
Hi, I'm trying to uses PGP with PHP and Apahce. I have Apache and PHP configured but am finding it difficult to find any information on how to use PGP with them! Any help would be much apreciated! Thanks, Kevin.