php-general | 2003022
Date: 02/17/03
- Next message: Tomas Lehuta: "[PHP] removing html attributes by preg_replace"
- Previous message: Hans Prins: "[PHP] Re: database selection"
- In reply to: David Duong: "[PHP] Re: .htpasswd and PayPal generated passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi David,
When using the IPN feature that PayPal offers, you can optionally have
them generate a username:password pair for you. That way it will be stored
at paypal and the user can check their history to retrieve it anytime.
Robert
"David Duong" <david <email protected>> wrote in message
news:20030216035703.27088.qmail <email protected>
> btw - What do you mean by paypal generated passwords? I am interested in
> using PayPal as an alternative to my current credit card handler.
>
> Just a link is appreciated.
>
> - David
>
>
> "Rob Packer" <robert <email protected>> wrote in message
> news:20030215160907.9109.qmail <email protected>
> > I use PayPal to generate a username and password and then write them
> to
> > the .htpasswd file. If I were to switch to using a database (because
> > .htaccess seems to always prompt twice!) how would I perform the
> comparison
> > for the passwords? It would seem that everytime you generate an
encrypted
> > password it's different. So how would you compare them? Also, does
anyone
> > know what the encryption method used by PayPal is?
> >
> > Thanks for any help...
> >
> > Robert Packer
> >
> >
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Tomas Lehuta: "[PHP] removing html attributes by preg_replace"
- Previous message: Hans Prins: "[PHP] Re: database selection"
- In reply to: David Duong: "[PHP] Re: .htpasswd and PayPal generated passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

