RE: Re: Re: Secure pages

Поиск
Список
Период
Сортировка
От Christian Marschalek
Тема RE: Re: Re: Secure pages
Дата
Msg-id NEBBJIFEELNNHFCELNFJMEPOCAAA.cm@chello.at
обсуждение исходный текст
Ответ на Re: Re: Secure pages  (Timothy_Maguire@hartehanks.com)
Ответы RE: Re: Re: Secure pages  (Chris <csmith@squiz.net>)
Re: Re: Re: Secure pages  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Список pgsql-php
Why not ask for a password, encrypt it (with 128bit or something;), check it
with the database (which has the encyrpted pwds) and pass the encrypted
password from page to page...

like: <a href="blah.php?encryptedpassword">
or just a variable which is one indicating that the password was typed in
correctly at least once!

For the mater of direct accessing you could just check if the pwd (or the
var) was passed (is one) and if not -> well no access...

You could also use a cookie and check for it (with the encrypted pwd) but (I
don't know why) cookies seem preaty unsafe too me :o)

just my two cents;)


В списке pgsql-php по дате отправления:

Предыдущее
От: Timothy_Maguire@hartehanks.com
Дата:
Сообщение: Re: Re: Secure pages
Следующее
От: Grant
Дата:
Сообщение: Re: Secure pages