[PHP] Re: htpasswd-style password generation w/PHP

2005-09-01 Thread Oliver Grätz
http://www.thewebmasters.net/php/class.Htpasswd.phps Google "htpasswd php", first hit. Don't people use search engines any more? AllOLLi Mal: "How drunk was I last night?" Jayne: "I don't know. I passed out." [firefly 06] -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Re: htpasswd-style password generation w/PHP

2005-09-01 Thread Oliver Grätz
http://www.thewebmasters.net/php/class.Htpasswd.phps Google "htpasswd php", first hit. Don't people use search engines any more? AllOLLi Mal: "How drunk was I last night?" Jayne: "I don't know. I passed out." [firefly 06] -- PHP General Mailing List (http://www.php.net/) To unsubsc

[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

Re: [PHP] Re: .htpasswd

2002-07-03 Thread Chris Hewitt
"man htpassswd" shows it can be MD5, crypt or SHA. Chris Richard Lynch wrote: >>Does anyone know what encryption is used on passwords in a .htpasswd file? >> > >I *THINK*: > >OS-dependent... > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP] Re: .htpasswd

2002-07-02 Thread Richard Lynch
>Does anyone know what encryption is used on passwords in a .htpasswd file? I *THINK*: OS-dependent... You can install whichever one you like if you work at it. Sometimes they are even mixed-and-matched over time. Old entries will be one form, new will be another. You can just "cat .htpasswd