[PHP] Re: .htpasswd and PayPal generated passwords

2003-02-17 Thread Rob Packer
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" <[EMAIL PROTECTED]> wrote in message [EMAIL

[PHP] Re: .htpasswd and PayPal generated passwords

2003-02-16 Thread David Duong
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" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I use PayPal to ge

[PHP] Re: .htpasswd and PayPal generated passwords

2003-02-16 Thread David Duong
Try http://www.php.net/md5. Use md5 to encrypt the password, then when you need to check from login just encrypt what is given, and see if this matches the md5 found in the database. - David "Rob Packer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I us