Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Is My Password Transferred from My Browser to the Web Server Securely?

How is the password I enter in, say a Gmail login form, transferred to the web server securely?

  • What does the browser or any client application do?
  • What does the web server do?
like image 520
Srikanth Avatar asked Feb 19 '09 10:02

Srikanth


1 Answers

By using SSL.

EDIT
A nice resource of information about security and encryption is the Security Now! podcast by Steve Gibson and Leo Laporte. Steve can explain very thouroughly how security works, so go check it out!

The latest episode (#183) is about Modes of Encryption (link to shownotes/podcast)

like image 65
RuudKok Avatar answered Sep 23 '22 18:09

RuudKok