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