> 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
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
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
-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
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
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
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
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,
"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
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
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
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?
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
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
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
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.
16 matches
Mail list logo