Secure Login PHP Class

------=_NextPart_000_009B_01C9E6C7.3A35BB10
Content-Type: text/plain;
charset="windows-1256"
Content-Transfer-Encoding: quoted-printable

Hi there,
I'm a beginner to PHP, and I was wondering if there is a login class =
that is known to be secure. I can build one myself, but I'm not sure =
what the vulnorabilities are. I've read up on more than twenty articles, =
tutorials, and codes so far, but can't quite find out which one is the =
best -- I'm looking for one that is recommended by a few other users.
Thanks!
--
---
Contact info:
Skype: parham-d
MSN: fire_lizard16 at hotmail dot com
email: parham90 at GMail dot com
------=_NextPart_000_009B_01C9E6C7.3A35BB10--
Parham Doustdar [ Sa, 06 Juni 2009 15:22 ] [ ID #2004128 ]

Re: Secure Login PHP Class

Parham Doustdar wrote:
> Hi there,
> I'm a beginner to PHP, and I was wondering if there is a login class that is known to be secure. I can build one myself, but I'm not sure what the vulnorabilities are. I've read up on more than twenty articles, tutorials, and codes so far, but can't quite find out which one is the best -- I'm looking for one that is recommended by a few other users.
> Thanks!



Write one yourself, you'll learn more from doing it. There are some that
i can think of, but they'll likely bit a bit too involved for you
(Zend_Auth, etc.). You can post the code on php.general etc. to be
reviewed / for help.

If you're working with a framework, use that framework's.


Michael

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Michael [ Sa, 06 Juni 2009 14:59 ] [ ID #2004129 ]

Re: Secure Login PHP Class

Ah. Thank you. I'll do so.

--
---
Contact info:
Skype: parham-d
MSN: fire_lizard16 at hotmail dot com
email: parham90 at GMail dot com
"Michael" <michael [at] mjburgess.co.uk> wrote in message
news:EF.82.30300.7486A2A4 [at] pb1.pair.com...
> Parham Doustdar wrote:
>> Hi there,
>> I'm a beginner to PHP, and I was wondering if there is a login class that
>> is known to be secure. I can build one myself, but I'm not sure what the
>> vulnorabilities are. I've read up on more than twenty articles,
>> tutorials, and codes so far, but can't quite find out which one is the
>> best -- I'm looking for one that is recommended by a few other users.
>> Thanks!
>
>
>
> Write one yourself, you'll learn more from doing it. There are some that i
> can think of, but they'll likely bit a bit too involved for you
> (Zend_Auth, etc.). You can post the code on php.general etc. to be
> reviewed / for help.
>
> If you're working with a framework, use that framework's.
>
>
> Michael



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Parham Doustdar [ Sa, 06 Juni 2009 17:07 ] [ ID #2004130 ]
PHP » gmane.comp.php.windows » Secure Login PHP Class

Vorheriges Thema: GMP not available in XAMPP and WAMP?
Nächstes Thema: getting started - need pointers