© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
M. BakerSecure Web Application Development https://doi.org/10.1007/978-1-4842-8596-1_4

4. Transport and Encryption

Matthew Baker1  
(1)
Kaisten, Aargau, Switzerland
 

In this chapter, we look at the most fundamental building block of web applications: the HTTP protocol. This is the protocol browsers and web servers use to communicate with each other.

Most web applications use the encrypted version of HTTP, called HTTPS. So that we can understand this, as well as some topics in future chapters, we look in some detail at encryption methods before learning how they are applied in the HTTPS protocol. Encryption techniques fall into two categories: symmetric and public ...

Get Secure Web Application Development: A Hands-On Guide with Python and Django now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.