开发者

How does secure authentication work in a web application

开发者 https://www.devze.com 2023-01-29 01:07 出处:网络
I understand how ssl works, so t开发者_C百科he browser sends the username/password encrypted. But what happens next ?

I understand how ssl works, so t开发者_C百科he browser sends the username/password encrypted. But what happens next ?

Does the client receive a cookie ? Is it secure ? How does the server-browser communicate safely if the only https page is the login page ?

I think if someone get's a copy of that cookie when it's being sent, they can acces that account, no matter how encrypted is the cookie

Actually I want to understand the process from login to logout in a secure web application.

Server: Tomcat, Apache ... Platform: java, php, ...

Thank you


If anyone else trips onto this: I found this Wikipedia article on Session Fixation and this SO Question very useful in answering this question, than the 90+ minute podcast from GRC (noted above) that is mostly related to SSL/TLS.


Episode 195 of the security now podcast deals with this topic in some depth. http://www.grc.com/securitynow.htm You can either scan the transcript (which I would recommend to do first in order to find out, wether it answers your questions) or listen to the whole episode.

0

精彩评论

暂无评论...
验证码 换一张
取 消